[uClibc-cvs] CVS uClibc/include/sys

CVS User mjn3 mjn3 at codepoet.org
Sun Oct 31 20:22:59 UTC 2004


Update of /var/cvs/uClibc/include/sys
In directory nail:/tmp/cvs-serv3836/include/sys

Modified Files:
	time.h 
Log Message:
Revert Peter's __lib_gettimeofday patch.  There's the minor issue of
adding cruft to include/sys/time.h.  But also, there's no sense in
making changes like this until we decide how we're going to approach
the hidden symbol transition.


--- /var/cvs/uClibc/include/sys/time.h	2004/10/19 20:10:08	1.7
+++ /var/cvs/uClibc/include/sys/time.h	2004/10/31 20:22:58	1.8
@@ -72,11 +72,6 @@
 extern int gettimeofday (struct timeval *__restrict __tv,
 			 __timezone_ptr_t __tz) __THROW;
 
-#ifdef _LIBC
-extern int __libc_gettimeofday (struct timeval *__restrict __tv,
-			__timezone_ptr_t __tz) __THROW;
-#endif
-
 #ifdef __USE_BSD
 /* Set the current time of day and timezone information.
    This call is restricted to the super-user.  */



More information about the uClibc-cvs mailing list