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 c959b16 + e26a5d5 commit 9742273Copy full SHA for 9742273
src/unix/bsd/netbsdlike/mod.rs
@@ -589,6 +589,8 @@ extern {
589
iovcnt: ::c_int,
590
offset: ::off_t) -> ::ssize_t;
591
pub fn futimens(fd: ::c_int, times: *const ::timespec) -> ::c_int;
592
+ pub fn utimensat(dirfd: ::c_int, path: *const ::c_char,
593
+ times: *const ::timespec, flag: ::c_int) -> ::c_int;
594
pub fn fdatasync(fd: ::c_int) -> ::c_int;
595
pub fn openpty(amaster: *mut ::c_int,
596
aslave: *mut ::c_int,
0 commit comments