diff options
Diffstat (limited to 'sysdeps/unix/stime.c')
-rw-r--r-- | sysdeps/unix/stime.c | 3 |
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; |