diff options
Diffstat (limited to 'sysdeps/pthread/flockfile.c')
-rw-r--r-- | sysdeps/pthread/flockfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/pthread/flockfile.c b/sysdeps/pthread/flockfile.c index bddd46c..89e690d 100644 --- a/sysdeps/pthread/flockfile.c +++ b/sysdeps/pthread/flockfile.c @@ -29,5 +29,5 @@ __flockfile (stream) __libc_ptf_call (_IO_flockfile, (stream), 0); #endif } -strong_alias (__flockfile, _IO_flockfile) +weak_alias (__flockfile, _IO_flockfile) weak_alias (__flockfile, flockfile) |