summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrayJack <gr41.j4ck@gmail.com>2019-10-13 17:13:06 -0300
committerGrayJack <gr41.j4ck@gmail.com>2019-10-13 17:13:06 -0300
commitf6d9f0230d8c6d7ce00c82a95cf5ac680337b98f (patch)
tree4abee8546662dc44648e330baa27a0d868bf6bec
parentf5ff9d9a718ea16a6293db4cccb3051b3324e697 (diff)
downloadrust-libc-f6d9f0230d8c6d7ce00c82a95cf5ac680337b98f.tar.gz
Format settimeday on openbsd
-rw-r--r--src/unix/bsd/netbsdlike/openbsd/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unix/bsd/netbsdlike/openbsd/mod.rs b/src/unix/bsd/netbsdlike/openbsd/mod.rs
index 6a4bec95ad..f70fddf59c 100644
--- a/src/unix/bsd/netbsdlike/openbsd/mod.rs
+++ b/src/unix/bsd/netbsdlike/openbsd/mod.rs
@@ -1376,7 +1376,7 @@ extern "C" {
pub fn gettimeofday(tp: *mut ::timeval, tz: *mut ::timezone) -> ::c_int;
pub fn settimeofday(
tp: *const ::timeval,
- tz: *const ::timezone
+ tz: *const ::timezone,
) -> ::c_int;
pub fn accept4(
s: ::c_int,