OSDN Git Service

Use internal version of *_unlocked
authorPeter S. Mazinger <ps.m@gmx.net>
Fri, 25 Nov 2005 00:55:21 +0000 (00:55 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Fri, 25 Nov 2005 00:55:21 +0000 (00:55 -0000)
libc/stdio/fgets.c
libc/stdio/puts.c

index 345ccf5..743a2ea 100644 (file)
@@ -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
index a7d0eaf..37ae243 100644 (file)
@@ -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)