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 5ee53b0 + df64b41 commit 96c872cCopy full SHA for 96c872c
src/unix/notbsd/mod.rs
@@ -908,6 +908,8 @@ extern {
908
pub fn uselocale(loc: ::locale_t) -> ::locale_t;
909
pub fn creat64(path: *const c_char, mode: mode_t) -> ::c_int;
910
pub fn fstat64(fildes: ::c_int, buf: *mut stat64) -> ::c_int;
911
+ pub fn fstatat64(dirfd: ::c_int, pathname: *const c_char,
912
+ buf: *mut stat64, flags: ::c_int) -> ::c_int;
913
pub fn ftruncate64(fd: ::c_int, length: off64_t) -> ::c_int;
914
pub fn getrlimit64(resource: ::c_int, rlim: *mut rlimit64) -> ::c_int;
915
pub fn lseek64(fd: ::c_int, offset: off64_t, whence: ::c_int) -> off64_t;
0 commit comments