summaryrefslogtreecommitdiff
path: root/libio/iofflush.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2009-09-02 11:49:06 +0200
committerAndreas Schwab <schwab@redhat.com>2009-09-02 11:49:06 +0200
commit91740ee0e6897651f4996c52b6056af592f4e977 (patch)
treea517ca4dfac93d24c0c3e1ec897085ca28e4315a /libio/iofflush.c
parentb19ed4af95f005441cee8d138951665164bd28a8 (diff)
parentd840539e1271020600edba752e6ee908c00f66eb (diff)
Merge commit 'origin/master' into fedora/master
Diffstat (limited to 'libio/iofflush.c')
-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)