diff options
Diffstat (limited to 'sysdeps/stub/lockfile.c')
-rw-r--r-- | sysdeps/stub/lockfile.c | 2 |
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); |