[uClibc-cvs] uClibc/include time.h,1.9,1.10

Erik Andersen andersen at uclibc.org
Fri Oct 10 09:21:57 UTC 2003


Update of /var/cvs/uClibc/include
In directory winder:/tmp/cvs-serv26153/include

Modified Files:
	time.h 
Log Message:
We do not provide gmtime(), so disable the prototype to
prevent confusing autoconf


Index: time.h
===================================================================
RCS file: /var/cvs/uClibc/include/time.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- time.h	6 Sep 2003 03:28:11 -0000	1.9
+++ time.h	10 Oct 2003 09:21:54 -0000	1.10
@@ -323,8 +323,10 @@
 /* Miscellaneous functions many Unices inherited from the public domain
    localtime package.  These are included only for compatibility.  */
 
+#if 0
 /* Like `mktime', but for TP represents Universal Time, not local time.  */
 extern time_t timegm (struct tm *__tp) __THROW;
+#endif
 
 /* Another name for `mktime'.  */
 extern time_t timelocal (struct tm *__tp) __THROW;




More information about the uClibc-cvs mailing list