From cd1e4095bdf95269a70ded0c94cab7ed54bdfb9b Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 25 Nov 2005 00:55:21 +0000 Subject: Use internal version of *_unlocked --- libc/stdio/fgets.c | 2 ++ libc/stdio/puts.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/libc/stdio/fgets.c b/libc/stdio/fgets.c index 345ccf512..743a2ea54 100644 --- a/libc/stdio/fgets.c +++ b/libc/stdio/fgets.c @@ -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 diff --git a/libc/stdio/puts.c b/libc/stdio/puts.c index a7d0eaf19..37ae243bf 100644 --- a/libc/stdio/puts.c +++ b/libc/stdio/puts.c @@ -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) -- cgit v1.2.3