From c0ffa5031a4d798583c874b980d35d2689f6160f Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 16 Dec 2005 18:16:10 +0000 Subject: Forgot about the macros ;-( --- libc/stdio/fgetc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdio/fgetc.c') diff --git a/libc/stdio/fgetc.c b/libc/stdio/fgetc.c index 7135848b3..d83b6c92a 100644 --- a/libc/stdio/fgetc.c +++ b/libc/stdio/fgetc.c @@ -69,7 +69,7 @@ int attribute_hidden __fgetc_unlocked_internal(FILE *stream) return EOF; } -hidden_strong_alias(__fgetc_unlocked_internal,__fgetc_unlocked) +strong_alias(__fgetc_unlocked_internal,__fgetc_unlocked) weak_alias(__fgetc_unlocked_internal,fgetc_unlocked) hidden_strong_alias(__fgetc_unlocked_internal,__getc_unlocked) weak_alias(__fgetc_unlocked_internal,getc_unlocked) -- cgit v1.2.3