svn commit: trunk/uClibc/libc/stdio

psm at uclibc.org psm at uclibc.org
Fri Nov 25 00:55:22 UTC 2005


Author: psm
Date: 2005-11-24 16:55:21 -0800 (Thu, 24 Nov 2005)
New Revision: 12518

Log:
Use internal version of *_unlocked

Modified:
   trunk/uClibc/libc/stdio/fgets.c
   trunk/uClibc/libc/stdio/puts.c


Changeset:
Modified: trunk/uClibc/libc/stdio/fgets.c
===================================================================
--- trunk/uClibc/libc/stdio/fgets.c	2005-11-25 00:53:38 UTC (rev 12517)
+++ trunk/uClibc/libc/stdio/fgets.c	2005-11-25 00:55:21 UTC (rev 12518)
@@ -5,6 +5,8 @@
  * Dedicated to Toni.  See uClibc/DEDICATION.mjn3 for details.
  */
 
+#define __fgetc_unlocked __libc_fgetc_unlocked
+
 #include "_stdio.h"
 
 #ifdef __DO_UNLOCKED

Modified: trunk/uClibc/libc/stdio/puts.c
===================================================================
--- trunk/uClibc/libc/stdio/puts.c	2005-11-25 00:53:38 UTC (rev 12517)
+++ trunk/uClibc/libc/stdio/puts.c	2005-11-25 00:55:21 UTC (rev 12518)
@@ -5,6 +5,8 @@
  * Dedicated to Toni.  See uClibc/DEDICATION.mjn3 for details.
  */
 
+#define __fputc_unlocked __libc_fputc_unlocked
+
 #include "_stdio.h"
 
 int puts(register const char * __restrict s)




More information about the uClibc-cvs mailing list