We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c063c2 + 504f286 commit 78f1dd2Copy full SHA for 78f1dd2
src/unix/bsd/apple/b32.rs
@@ -58,3 +58,9 @@ pub const __PTHREAD_RWLOCKATTR_SIZE__: usize = 12;
58
59
pub const TIOCTIMESTAMP: ::c_ulong = 0x40087459;
60
pub const TIOCDCDTIMESTAMP: ::c_ulong = 0x40087458;
61
+
62
+extern {
63
+ pub fn exchangedata(path1: *const ::c_char,
64
+ path2: *const ::c_char,
65
+ options: ::c_ulong) -> ::c_int;
66
+}
src/unix/bsd/apple/b64.rs
@@ -63,3 +63,9 @@ pub const __PTHREAD_RWLOCKATTR_SIZE__: usize = 16;
pub const TIOCTIMESTAMP: ::c_ulong = 0x40107459;
pub const TIOCDCDTIMESTAMP: ::c_ulong = 0x40107458;
67
68
69
70
+ options: ::c_uint) -> ::c_int;
71
0 commit comments