summaryrefslogtreecommitdiff
path: root/sysdeps/stub
diff options
context:
space:
mode:
authorThomas Bushnell, BSG <thomas@gnu.org>1996-11-05 05:07:48 +0000
committerThomas Bushnell, BSG <thomas@gnu.org>1996-11-05 05:07:48 +0000
commit0f110f410020b780e777de364553d0bf8d5e7ab4 (patch)
tree467074379860386c73f276ffdd594a1e2d6c7b48 /sysdeps/stub
parent050a966adc1830841802dbbd803b7cc1d792af4d (diff)
*** empty log message ***
Tue Nov 5 00:04:48 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * stdio-common/vfprintf.c: Include <libc-lock.h>.
Diffstat (limited to 'sysdeps/stub')
-rw-r--r--sysdeps/stub/lockfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/stub/lockfile.c b/sysdeps/stub/lockfile.c
index 112a7ad0b1..b3ccc7bca7 100644
--- a/sysdeps/stub/lockfile.c
+++ b/sysdeps/stub/lockfile.c
@@ -41,7 +41,7 @@ __internal_funlockfile (FILE *stream)
#ifdef USE_IN_LIBIO
weak_alias (__internal_funlockfile, _IO_funlockfile)
#else
-weak_alias (__internal_funlockfile, __internal_funlockfile)
+weak_alias (__internal_funlockfile, __funlockfile)
#endif
weak_alias (__internal_funlockfile, funlockfile);