Skip to content

Commit

Permalink
Merge pull request #3712 from SteveLauC/feat/F_ALLOCATEPERSIST
Browse files Browse the repository at this point in the history
feat: F_ALLOCATEPERSIST for apple
  • Loading branch information
JohnTitor authored Jun 15, 2024
2 parents 4b7471e + 1069b4e commit 28d6aa5
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 @@ -428,6 +428,7 @@ FSOPT_REPORT_FULLSIZE
FSOPT_RETURN_REALDEV
F_ALLOCATEALL
F_ALLOCATECONTIG
F_ALLOCATEPERSIST
F_BARRIERFSYNC
F_FREEZE_FS
F_FULLFSYNC
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 @@ -3440,6 +3440,7 @@ pub const F_GETPATH_NOFIRMLINK: ::c_int = 102;

pub const F_ALLOCATECONTIG: ::c_uint = 0x02;
pub const F_ALLOCATEALL: ::c_uint = 0x04;
pub const F_ALLOCATEPERSIST: ::c_uint = 0x08;

pub const F_PEOFPOSMODE: ::c_int = 3;
pub const F_VOLPOSMODE: ::c_int = 4;
Expand Down

0 comments on commit 28d6aa5

Please sign in to comment.