diff options
Diffstat (limited to 'libio/iofgets.c')
-rw-r--r-- | libio/iofgets.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libio/iofgets.c b/libio/iofgets.c index d61dd066c4..ea1d3ed53b 100644 --- a/libio/iofgets.c +++ b/libio/iofgets.c @@ -69,5 +69,6 @@ weak_alias (_IO_fgets, fgets) # ifndef _IO_MTSAFE_IO weak_alias (_IO_fgets, fgets_unlocked) +libc_hidden_weak (fgets_unlocked) # endif #endif |