summaryrefslogtreecommitdiff
path: root/stdio/fflush.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdio/fflush.c')
-rw-r--r--stdio/fflush.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/stdio/fflush.c b/stdio/fflush.c
index 601fe4eada..e635f518af 100644
--- a/stdio/fflush.c
+++ b/stdio/fflush.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1996 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1996, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -43,3 +43,5 @@ fflush (stream)
return __flshfp (stream, EOF);
}
+
+weak_alias(fflush, fflush_unlocked)