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