diff options
Diffstat (limited to 'libc/stdio/fgetc.c')
-rw-r--r-- | libc/stdio/fgetc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/fgetc.c b/libc/stdio/fgetc.c index c68c1fdb5..3df25c39a 100644 --- a/libc/stdio/fgetc.c +++ b/libc/stdio/fgetc.c @@ -14,7 +14,7 @@ #ifdef __DO_UNLOCKED -int __fgetc_unlocked(FILE *stream) +int attribute_hidden __fgetc_unlocked(FILE *stream) { __STDIO_STREAM_VALIDATE(stream); |