From e8c6de1939e1f8a2898a0e53134fa175560b9469 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 18 Nov 2008 01:09:55 +0000 Subject: libc_hidden_proto removal, just a few functions --- include/time.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'include/time.h') diff --git a/include/time.h b/include/time.h index f6863ed84..25e00f639 100644 --- a/include/time.h +++ b/include/time.h @@ -187,6 +187,7 @@ extern clock_t clock (void) __THROW; /* Return the current time and put it in *TIMER if TIMER is not NULL. */ extern time_t time (time_t *__timer) __THROW; +libc_hidden_proto(time) #ifdef __UCLIBC_HAS_FLOATS__ /* Return the difference between TIME1 and TIME0. */ @@ -433,13 +434,6 @@ extern int getdate_r (__const char *__restrict __string, __END_DECLS - -#ifdef UCLIBC_INTERNAL -/* Experiment. Grep for 'libc_hidden_proto(time)' if need to revert */ -libc_hidden_proto(time) -#endif - - #endif /* included. */ #endif /* not already included. */ -- cgit v1.2.3