diff options
Diffstat (limited to 'sysdeps/posix/time.c')
-rw-r--r-- | sysdeps/posix/time.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/posix/time.c b/sysdeps/posix/time.c index 52bc14acaf..11f224419e 100644 --- a/sysdeps/posix/time.c +++ b/sysdeps/posix/time.c @@ -23,8 +23,7 @@ /* Return the current time as a `time_t' and also put it in *T if T is not NULL. Time is represented as seconds from Jan 1 00:00:00 1970. */ time_t -time (t) - time_t *t; +time (time_t *t) { struct timeval tv; time_t result; |