diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-25 00:55:21 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-25 00:55:21 +0000 |
commit | cd1e4095bdf95269a70ded0c94cab7ed54bdfb9b (patch) | |
tree | 2f69f7830b96dedc00347e3492d3b391b94cf805 /libc/stdio/puts.c | |
parent | 5c2de4b255999bc1d6d76cc87edd8c37b72231ab (diff) |
Use internal version of *_unlocked
Diffstat (limited to 'libc/stdio/puts.c')
-rw-r--r-- | libc/stdio/puts.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) |