[uClibc-cvs] uClibc/libc/misc/time time.c,1.20,1.21

Manuel Novoa III mjn3 at uclibc.org
Wed Feb 11 23:48:43 UTC 2004


Update of /var/cvs/uClibc/libc/misc/time
In directory nail:/tmp/cvs-serv16121/libc/misc/time

Modified Files:
	time.c 
Log Message:
New stdio core.  Should be more maintainable.  Fixes a couple of bugs.
  Codepaths streamlined.  Improved performance for nonthreaded apps
  when linked with a thread-enabled libc.
Minor iconv bug and some locale/thread related startup issues fixed.
  These showed up in getting a gcj-compiled java helloworld app running.
Removed some old extension functions... _stdio_fdout and _stdio_fsfopen.


Index: time.c
===================================================================
RCS file: /var/cvs/uClibc/libc/misc/time/time.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- time.c	14 Jan 2004 06:30:59 -0000	1.20
+++ time.c	11 Feb 2004 23:48:40 -0000	1.21
@@ -135,7 +135,6 @@
  */
 
 #define _GNU_SOURCE
-#define _STDIO_UTILITY
 #include <stdio.h>
 #include <stdlib.h>
 #include <stddef.h>
@@ -147,6 +146,7 @@
 #include <ctype.h>
 #include <langinfo.h>
 #include <locale.h>
+#include <bits/uClibc_uintmaxtostr.h>
 
 #ifdef __UCLIBC_HAS_XLOCALE__
 #include <xlocale.h>




More information about the uClibc-cvs mailing list