about summary refs log tree commit diff
path: root/sysdeps/stub
diff options
context:
space:
mode:
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);