aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/stime.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/stime.c')
-rw-r--r--sysdeps/unix/stime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/stime.c b/sysdeps/unix/stime.c
index b0809be400..554b3efa60 100644
--- a/sysdeps/unix/stime.c
+++ b/sysdeps/unix/stime.c
@@ -35,5 +35,5 @@ stime (const time_t *when)
tv.tv_sec = *when;
tv.tv_usec = 0;
- return __settimeofday (&tv, (struct timezone *) 0);
+ return __settimeofday (&tv, 0);
}