Skip to content

Commit 223e7d3

Browse files
committed
expose futimens() for illumos systems (fix style)
1 parent ca3eb03 commit 223e7d3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/unix/solarish/mod.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2157,10 +2157,7 @@ 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;
2160+
pub fn futimens(dirfd: ::c_int, times: *const ::timespec) -> ::c_int;
21642161
pub fn utimensat(
21652162
dirfd: ::c_int,
21662163
path: *const ::c_char,

0 commit comments

Comments
 (0)