Skip to content

Commit

Permalink
fcntl add F_TRANSFEREXTENTS for macos.
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen committed Sep 30, 2024
1 parent 2c0250f commit 90a1ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libc-test/semver/apple.txt
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ F_SPECULATIVE_READ
F_TEST
F_THAW_FS
F_TLOCK
F_TRANSFEREXTENTS
F_TRIM_ACTIVE_FILE
F_ULOCK
F_UNLCK
Expand Down
1 change: 1 addition & 0 deletions src/unix/bsd/apple/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3590,6 +3590,7 @@ pub const F_PUNCHHOLE: ::c_int = 99;
pub const F_TRIM_ACTIVE_FILE: ::c_int = 100;
pub const F_SPECULATIVE_READ: ::c_int = 101;
pub const F_GETPATH_NOFIRMLINK: ::c_int = 102;
pub const F_TRANSFEREXTENTS: ::c_int = 110;

pub const F_ALLOCATECONTIG: ::c_uint = 0x02;
pub const F_ALLOCATEALL: ::c_uint = 0x04;
Expand Down

0 comments on commit 90a1ce7

Please sign in to comment.