diff options
Diffstat (limited to 'sysdeps/pthread/funlockfile.c')
-rw-r--r-- | sysdeps/pthread/funlockfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/pthread/funlockfile.c b/sysdeps/pthread/funlockfile.c index 59fa40e..65201ed 100644 --- a/sysdeps/pthread/funlockfile.c +++ b/sysdeps/pthread/funlockfile.c @@ -30,5 +30,5 @@ __funlockfile (stream) __libc_ptf_call (_IO_funlockfile, (stream), 0); #endif } -strong_alias (__funlockfile, _IO_funlockfile) +weak_alias (__funlockfile, _IO_funlockfile) weak_alias (__funlockfile, funlockfile) |