aboutsummaryrefslogtreecommitdiff
path: root/time/sys/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'time/sys/time.h')
-rw-r--r--time/sys/time.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/time/sys/time.h b/time/sys/time.h
index 6c51bc6..83be23f 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));