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 78d5392 commit b8245e3Copy full SHA for b8245e3
src/unix/bsd/apple/mod.rs
@@ -2427,6 +2427,9 @@ extern {
2427
len: *mut ::off_t,
2428
hdtr: *mut ::sf_hdtr,
2429
flags: ::c_int) -> ::c_int;
2430
+ pub fn futimens(fd: ::c_int, times: *const ::timespec) -> ::c_int;
2431
+ pub fn utimensat(dirfd: ::c_int, path: *const ::c_char,
2432
+ times: *const ::timespec, flag: ::c_int) -> ::c_int;
2433
pub fn openpty(amaster: *mut ::c_int,
2434
aslave: *mut ::c_int,
2435
name: *mut ::c_char,
0 commit comments