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.
1 parent 4b6ffe3 commit 677b08eCopy full SHA for 677b08e
src/unix/notbsd/mod.rs
@@ -917,6 +917,9 @@ extern {
917
offset: off64_t)
918
-> *mut ::c_void;
919
pub fn open64(path: *const c_char, oflag: ::c_int, ...) -> ::c_int;
920
+ pub fn openat64(fd: ::c_int,
921
+ path: *const c_char,
922
+ oflag: ::c_int, ...) -> ::c_int;
923
pub fn pread64(fd: ::c_int, buf: *mut ::c_void, count: ::size_t,
924
offset: off64_t) -> ::ssize_t;
925
pub fn pwrite64(fd: ::c_int, buf: *const ::c_void, count: ::size_t,
0 commit comments