svn commit: trunk/uClibc/libc/stdio

vapier at uclibc.org vapier at uclibc.org
Fri Jan 6 04:51:47 UTC 2006


Author: vapier
Date: 2006-01-05 20:51:46 -0800 (Thu, 05 Jan 2006)
New Revision: 13125

Log:
used hidden close

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


Changeset:
Modified: trunk/uClibc/libc/stdio/fclose.c
===================================================================
--- trunk/uClibc/libc/stdio/fclose.c	2006-01-06 04:47:31 UTC (rev 13124)
+++ trunk/uClibc/libc/stdio/fclose.c	2006-01-06 04:51:46 UTC (rev 13125)
@@ -5,6 +5,8 @@
  * Dedicated to Toni.  See uClibc/DEDICATION.mjn3 for details.
  */
 
+#define close __close
+
 #include "_stdio.h"
 
 #undef fclose




More information about the uClibc-cvs mailing list