From b133fe1cac9f99b63ea56daf92caa1423b1289d0 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 20 Nov 2008 22:07:43 +0000 Subject: next portion of libc_hidden_proto removal --- include/sys/time.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sys/time.h') 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 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. -- cgit v1.2.3