summaryrefslogtreecommitdiff
path: root/sysdeps/unix/stime.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/stime.c')
-rw-r--r--sysdeps/unix/stime.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/unix/stime.c b/sysdeps/unix/stime.c
index 8c7eb80ebf..010b0bd4da 100644
--- a/sysdeps/unix/stime.c
+++ b/sysdeps/unix/stime.c
@@ -23,8 +23,7 @@
/* Set the system clock to *WHEN. */
int
-stime (when)
- const time_t *when;
+stime (const time_t *when)
{
struct timeval tv;