We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12bdc41 commit 549da8aCopy full SHA for 549da8a
src/unix/bsd/freebsdlike/freebsd/mod.rs
@@ -881,6 +881,7 @@ extern {
881
pub fn jail_set(iov: *mut ::iovec, niov: ::c_uint, flags: ::c_int)
882
-> ::c_int;
883
884
+ pub fn fdatasync(fd: ::c_int) -> ::c_int;
885
pub fn posix_fallocate(fd: ::c_int, offset: ::off_t,
886
len: ::off_t) -> ::c_int;
887
pub fn posix_fadvise(fd: ::c_int, offset: ::off_t, len: ::off_t,
0 commit comments