diff options
Diffstat (limited to 'libio/iofputs.c')
-rw-r--r-- | libio/iofputs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libio/iofputs.c b/libio/iofputs.c index f2fd21d66a..1201735a38 100644 --- a/libio/iofputs.c +++ b/libio/iofputs.c @@ -52,5 +52,6 @@ weak_alias (_IO_fputs, fputs) # ifndef _IO_MTSAFE_IO weak_alias (_IO_fputs, fputs_unlocked) +libc_hidden_ver (_IO_fputs, fputs_unlocked) # endif #endif |