aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/sysdeps/pthread/flockfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads/sysdeps/pthread/flockfile.c')
-rw-r--r--linuxthreads/sysdeps/pthread/flockfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/sysdeps/pthread/flockfile.c b/linuxthreads/sysdeps/pthread/flockfile.c
index a90215cc1f..918cb84f61 100644
--- a/linuxthreads/sysdeps/pthread/flockfile.c
+++ b/linuxthreads/sysdeps/pthread/flockfile.c
@@ -30,4 +30,4 @@ __flockfile (stream)
_IO_lock_lock (*stream->_lock);
}
strong_alias (__flockfile, _IO_flockfile)
-strong_alias (__flockfile, flockfile)
+weak_alias (__flockfile, flockfile)