Skip to content

Commit

Permalink
expose futimens() for illumos systems (fix style)
Browse files Browse the repository at this point in the history
  • Loading branch information
jclulow committed Nov 27, 2019
1 parent ca3eb03 commit 223e7d3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/unix/solarish/mod.rs
Expand Up @@ -2157,10 +2157,7 @@ extern "C" {
path: *const ::c_char,
times: *const ::timeval,
) -> ::c_int;
pub fn futimens(
dirfd: ::c_int,
times: *const ::timespec,
) -> ::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 223e7d3

Please sign in to comment.