diff options
Diffstat (limited to 'include/sys/time.h')
| -rw-r--r-- | include/sys/time.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/sys/time.h b/include/sys/time.h index 66fb9e021..73eeb2a2f 100644 --- a/include/sys/time.h +++ b/include/sys/time.h @@ -71,6 +71,7 @@ typedef void *__restrict __timezone_ptr_t;     Use the functions and variables declared in <time.h> instead.  */  extern int gettimeofday (struct timeval *__restrict __tv,  			 __timezone_ptr_t __tz) __THROW __nonnull ((1)); +libc_hidden_proto(gettimeofday)  #ifdef __USE_BSD  /* Set the current time of day and timezone information. | 
