[uClibc-cvs] CVS uClibc/include/sys

CVS User andersen andersen at codepoet.org
Tue Oct 19 20:10:09 UTC 2004


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

Modified Files:
	time.h 
Log Message:
Peter S. Mazinger writes:

Hello!

Would the attached patch be acceptable (maybe instead of
__libc_gettimeofday using __gettimeofday)

We have some issues, see

http://bugs.gentoo.org/show_bug.cgi?id=65892



--- /var/cvs/uClibc/include/sys/time.h	2001/09/27 05:21:15	1.6
+++ /var/cvs/uClibc/include/sys/time.h	2004/10/19 20:10:08	1.7
@@ -72,6 +72,11 @@
 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