Skip to content

Commit ab4bf58

Browse files
committed
Define PRIVATE on apple to expose OFD commands
1 parent 720ceea commit ab4bf58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc-test/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ fn test_apple(target: &str) {
179179
let mut cfg = ctest_cfg();
180180
cfg.flag("-Wno-deprecated-declarations");
181181
cfg.define("__APPLE_USE_RFC_3542", None);
182+
cfg.define("PRIVATE", None);
182183

183184
headers! { cfg:
184185
"aio.h",

0 commit comments

Comments
 (0)