Skip to content

Commit

Permalink
expose futimens() for illumos systems
Browse files Browse the repository at this point in the history
  • Loading branch information
jclulow committed Nov 27, 2019
1 parent 581ba35 commit ca3eb03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/unix/solarish/mod.rs
Expand Up @@ -2157,6 +2157,10 @@ extern "C" {
path: *const ::c_char,
times: *const ::timeval,
) -> ::c_int;
pub fn futimens(
dirfd: ::c_int,
times: *const ::timespec,
) -> ::c_int;
pub fn utimensat(
dirfd: ::c_int,
path: *const ::c_char,
Expand Down

0 comments on commit ca3eb03

Please sign in to comment.