diff options
Diffstat (limited to 'libio/iofwrite.c')
-rw-r--r-- | libio/iofwrite.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libio/iofwrite.c b/libio/iofwrite.c index 47c166cf22..67ed6a1f12 100644 --- a/libio/iofwrite.c +++ b/libio/iofwrite.c @@ -58,5 +58,6 @@ weak_alias (_IO_fwrite, fwrite) libc_hidden_weak (fwrite) # ifndef _IO_MTSAFE_IO weak_alias (_IO_fwrite, fwrite_unlocked) +libc_hidden_weak (fwrite_unlocked) # endif #endif |