about summary refs log tree commit diff
path: root/debug/fgets_u_chk.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug/fgets_u_chk.c')
-rw-r--r--debug/fgets_u_chk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/fgets_u_chk.c b/debug/fgets_u_chk.c
index a16ba655e6..74275381f5 100644
--- a/debug/fgets_u_chk.c
+++ b/debug/fgets_u_chk.c
@@ -56,3 +56,4 @@ __fgets_unlocked_chk (char *buf, size_t size, int n, FILE *fp)
   fp->_flags |= old_error;
   return result;
 }
+libc_hidden_builtin_def (__fgets_unlocked_chk)