diff options
Diffstat (limited to 'sysdeps/mach/gettimeofday.c')
-rw-r--r-- | sysdeps/mach/gettimeofday.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/mach/gettimeofday.c b/sysdeps/mach/gettimeofday.c index 05502e2249..f44c66dbad 100644 --- a/sysdeps/mach/gettimeofday.c +++ b/sysdeps/mach/gettimeofday.c @@ -24,9 +24,7 @@ putting it into *TV and *TZ. If TZ is NULL, *TZ is not filled. Returns 0 on success, -1 on errors. */ int -__gettimeofday (tv, tz) - struct timeval *tv; - struct timezone *tz; +__gettimeofday (struct timeval *tv, struct timezone *tz) { kern_return_t err; |