svn commit: trunk/uClibc/libc/stdio

psm at uclibc.org psm at uclibc.org
Sat Jan 14 03:10:38 UTC 2006


Author: psm
Date: 2006-01-13 19:10:36 -0800 (Fri, 13 Jan 2006)
New Revision: 13290

Log:
other failures w/ different options

Modified:
   trunk/uClibc/libc/stdio/_WRITE.c
   trunk/uClibc/libc/stdio/fclose.c


Changeset:
Modified: trunk/uClibc/libc/stdio/_WRITE.c
===================================================================
--- trunk/uClibc/libc/stdio/_WRITE.c	2006-01-14 03:01:15 UTC (rev 13289)
+++ trunk/uClibc/libc/stdio/_WRITE.c	2006-01-14 03:10:36 UTC (rev 13290)
@@ -5,10 +5,10 @@
  * Dedicated to Toni.  See uClibc/DEDICATION.mjn3 for details.
  */
 
-#define write __write
-
 #include "_stdio.h"
 
+libc_hidden_proto(write)
+
 /* Given a writing stream with no buffered output, write the
  * data in 'buf' (which may be the stream's bufstart) of size
  * 'bufsize' to the stream.  If a write error occurs, set the

Modified: trunk/uClibc/libc/stdio/fclose.c
===================================================================
--- trunk/uClibc/libc/stdio/fclose.c	2006-01-14 03:01:15 UTC (rev 13289)
+++ trunk/uClibc/libc/stdio/fclose.c	2006-01-14 03:10:36 UTC (rev 13290)
@@ -5,8 +5,6 @@
  * Dedicated to Toni.  See uClibc/DEDICATION.mjn3 for details.
  */
 
-#define close __close
-
 #include "_stdio.h"
 
 libc_hidden_proto(close)




More information about the uClibc-cvs mailing list