about summary refs log tree commit diff
path: root/libio/iofgets_u.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/iofgets_u.c')
-rw-r--r--libio/iofgets_u.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libio/iofgets_u.c b/libio/iofgets_u.c
index bf5bb09681..ded2a7c83c 100644
--- a/libio/iofgets_u.c
+++ b/libio/iofgets_u.c
@@ -59,3 +59,4 @@ fgets_unlocked (buf, n, fp)
   fp->_IO_file_flags |= old_error;
   return result;
 }
+libc_hidden_def (fgets_unlocked)