diff options
Diffstat (limited to 'libiberty/gettimeofday.c')
-rw-r--r-- | libiberty/gettimeofday.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libiberty/gettimeofday.c b/libiberty/gettimeofday.c index f7e6c5d..a7f7836 100644 --- a/libiberty/gettimeofday.c +++ b/libiberty/gettimeofday.c @@ -19,9 +19,7 @@ that @var{tz} be NULL. Returns 0 on success, -1 on failure. */ int -gettimeofday (tp, tz) - struct timeval *tp; - void *tz; +gettimeofday (struct timeval *tp, void *tz) { if (tz) abort (); |