summaryrefslogtreecommitdiff
path: root/libio
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2009-09-01 15:31:09 -0700
committerUlrich Drepper <drepper@redhat.com>2009-09-01 15:31:09 -0700
commit5182cbc5ab6e2bc294e14dae22fb3a8553713a41 (patch)
tree2b23e5c645ee34bf984661c7f5a77555e73b2352 /libio
parent240441038f2d2b1a32d4239270c7f76531a484f3 (diff)
Add hidden alias for fflush.
Diffstat (limited to 'libio')
-rw-r--r--libio/iofflush.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libio/iofflush.c b/libio/iofflush.c
index d2d57f57e0..3294276b28 100644
--- a/libio/iofflush.c
+++ b/libio/iofflush.c
@@ -49,6 +49,7 @@ INTDEF(_IO_fflush)
#ifdef weak_alias
weak_alias (_IO_fflush, fflush)
+libc_hidden_weak (fflush)
#ifndef _IO_MTSAFE_IO
weak_alias (_IO_fflush, fflush_unlocked)