We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c0250f commit 279c5c3Copy full SHA for 279c5c3
libc-test/semver/apple.txt
@@ -455,6 +455,7 @@ F_SPECULATIVE_READ
455
F_TEST
456
F_THAW_FS
457
F_TLOCK
458
+F_TRANSFEREXTENTS
459
F_TRIM_ACTIVE_FILE
460
F_ULOCK
461
F_UNLCK
src/unix/bsd/apple/mod.rs
@@ -3590,6 +3590,7 @@ pub const F_PUNCHHOLE: ::c_int = 99;
3590
pub const F_TRIM_ACTIVE_FILE: ::c_int = 100;
3591
pub const F_SPECULATIVE_READ: ::c_int = 101;
3592
pub const F_GETPATH_NOFIRMLINK: ::c_int = 102;
3593
+pub const F_TRANSFEREXTENTS: ::c_int = 110;
3594
3595
pub const F_ALLOCATECONTIG: ::c_uint = 0x02;
3596
pub const F_ALLOCATEALL: ::c_uint = 0x04;
0 commit comments