We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbec928 commit 2fcf54bCopy full SHA for 2fcf54b
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
@@ -3591,6 +3591,7 @@ pub const F_PUNCHHOLE: ::c_int = 99;
3591
pub const F_TRIM_ACTIVE_FILE: ::c_int = 100;
3592
pub const F_SPECULATIVE_READ: ::c_int = 101;
3593
pub const F_GETPATH_NOFIRMLINK: ::c_int = 102;
3594
+pub const F_TRANSFEREXTENTS: ::c_int = 110;
3595
3596
pub const F_ALLOCATECONTIG: ::c_uint = 0x02;
3597
pub const F_ALLOCATEALL: ::c_uint = 0x04;
0 commit comments