diff options
Diffstat (limited to 'time')
-rw-r--r-- | time/sys/time.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/time/sys/time.h b/time/sys/time.h index 6c51bc6c44..83be23fb47 100644 --- a/time/sys/time.h +++ b/time/sys/time.h @@ -54,8 +54,6 @@ struct timezone Returns 0 on success, -1 on errors. NOTE: This form of timezone information is obsolete. Use the functions and variables declared in <time.h> instead. */ -extern int __gettimeofday __P ((struct timeval *__tv, - struct timezone *__tz)); extern int gettimeofday __P ((struct timeval *__tv, struct timezone *__tz)); |