summaryrefslogtreecommitdiff
path: root/libc/stdio/getchar.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdio/getchar.c')
-rw-r--r--libc/stdio/getchar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/getchar.c b/libc/stdio/getchar.c
index 902cec16e..ec578919b 100644
--- a/libc/stdio/getchar.c
+++ b/libc/stdio/getchar.c
@@ -12,7 +12,7 @@
#ifdef __DO_UNLOCKED
-int __getchar_unlocked(void)
+int attribute_hidden __getchar_unlocked(void)
{
register FILE *stream = stdin;