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 f6ec8c5 + efe4f72 commit 1333dcfCopy full SHA for 1333dcf
libc-test/semver/apple.txt
@@ -428,6 +428,7 @@ FSOPT_REPORT_FULLSIZE
428
FSOPT_RETURN_REALDEV
429
F_ALLOCATEALL
430
F_ALLOCATECONTIG
431
+F_ALLOCATEPERSIST
432
F_BARRIERFSYNC
433
F_FREEZE_FS
434
F_FULLFSYNC
src/unix/bsd/apple/mod.rs
@@ -3609,6 +3609,7 @@ pub const F_GETPATH_NOFIRMLINK: ::c_int = 102;
3609
3610
pub const F_ALLOCATECONTIG: ::c_uint = 0x02;
3611
pub const F_ALLOCATEALL: ::c_uint = 0x04;
3612
+pub const F_ALLOCATEPERSIST: ::c_uint = 0x08;
3613
3614
pub const F_PEOFPOSMODE: ::c_int = 3;
3615
pub const F_VOLPOSMODE: ::c_int = 4;
0 commit comments