diff options
Diffstat (limited to 'sysdeps/unix/bsd/ftime.c')
-rw-r--r-- | sysdeps/unix/bsd/ftime.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/unix/bsd/ftime.c b/sysdeps/unix/bsd/ftime.c index 20aba7931f..186bed5dff 100644 --- a/sysdeps/unix/bsd/ftime.c +++ b/sysdeps/unix/bsd/ftime.c @@ -19,8 +19,7 @@ #include <sys/time.h> int -ftime (timebuf) - struct timeb *timebuf; +ftime (struct timeb *timebuf) { struct timeval tv; struct timezone tz; |