We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12bdc41 + 549da8a commit 3e9ccfaCopy full SHA for 3e9ccfa
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