From b7a34690482d70c1b46a8fb166e3c575a00f5b68 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 23 May 2008 18:47:36 +0000 Subject: - for non-threaded, non-macro case we were missing __GI_fputc (for e.g. error.c) --- libc/stdio/fputc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/stdio') diff --git a/libc/stdio/fputc.c b/libc/stdio/fputc.c index aaaeb5f34..ac3b23ec5 100644 --- a/libc/stdio/fputc.c +++ b/libc/stdio/fputc.c @@ -82,7 +82,9 @@ libc_hidden_proto(putc_unlocked) strong_alias(__fputc_unlocked,putc_unlocked) libc_hidden_def(putc_unlocked) #ifndef __UCLIBC_HAS_THREADS__ +libc_hidden_proto(fputc) strong_alias(__fputc_unlocked,fputc) +libc_hidden_def(fputc) libc_hidden_proto(putc) strong_alias(__fputc_unlocked,putc) -- cgit v1.2.3