diff options
Diffstat (limited to 'libc/stdio/fgets.c')
-rw-r--r-- | libc/stdio/fgets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/fgets.c b/libc/stdio/fgets.c index 4b32ad612..345ccf512 100644 --- a/libc/stdio/fgets.c +++ b/libc/stdio/fgets.c @@ -9,7 +9,7 @@ #ifdef __DO_UNLOCKED -char *__fgets_unlocked(char *__restrict s, int n, +char attribute_hidden *__fgets_unlocked(char *__restrict s, int n, register FILE * __restrict stream) { register char *p; |