about summary refs log tree commit diff
path: root/nptl/sysdeps/pthread/flockfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/sysdeps/pthread/flockfile.c')
-rw-r--r--nptl/sysdeps/pthread/flockfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/pthread/flockfile.c b/nptl/sysdeps/pthread/flockfile.c
index a90215cc1f..918cb84f61 100644
--- a/nptl/sysdeps/pthread/flockfile.c
+++ b/nptl/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)