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 9f78ad1 commit 622cc28Copy full SHA for 622cc28
src/unix/bsd/freebsdlike/mod.rs
@@ -1136,6 +1136,9 @@ extern {
1136
timeout: *const ::timespec) -> ::c_int;
1137
pub fn sigwaitinfo(set: *const sigset_t,
1138
info: *mut siginfo_t) -> ::c_int;
1139
+ pub fn futimens(fd: ::c_int, times: *const ::timespec) -> ::c_int;
1140
+ pub fn utimensat(dirfd: ::c_int, path: *const ::c_char,
1141
+ times: *const ::timespec, flag: ::c_int) -> ::c_int;
1142
pub fn openpty(amaster: *mut ::c_int,
1143
aslave: *mut ::c_int,
1144
name: *mut ::c_char,
0 commit comments