diff options
Diffstat (limited to 'libc/misc/time')
-rw-r--r-- | libc/misc/time/ftime.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/misc/time/ftime.c b/libc/misc/time/ftime.c index 233d6f70d..49c137ce5 100644 --- a/libc/misc/time/ftime.c +++ b/libc/misc/time/ftime.c @@ -21,8 +21,7 @@ libc_hidden_proto(gettimeofday) -int ftime(timebuf) -struct timeb *timebuf; +int ftime(struct timeb *timebuf) { struct timeval tv; struct timezone tz; |