Skip to content

Commit ca3eb03

Browse files
committed
expose futimens() for illumos systems
1 parent 581ba35 commit ca3eb03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/unix/solarish/mod.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2157,6 +2157,10 @@ extern "C" {
21572157
path: *const ::c_char,
21582158
times: *const ::timeval,
21592159
) -> ::c_int;
2160+
pub fn futimens(
2161+
dirfd: ::c_int,
2162+
times: *const ::timespec,
2163+
) -> ::c_int;
21602164
pub fn utimensat(
21612165
dirfd: ::c_int,
21622166
path: *const ::c_char,

0 commit comments

Comments
 (0)