diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-02 13:47:57 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-02 13:47:57 +0000 |
commit | 9e2b0f0f803bbec45ab0cc4e9829e2fafc467df3 (patch) | |
tree | acee459e2db1e10b0741e5165f106b154f87418e /libc/sysdeps/linux/arm | |
parent | e4e43d658d5c1be914a331010d6f113bdb8624d0 (diff) |
even the hidden version of the weaks in libc (as strong in libpthread) have to be weaks
Diffstat (limited to 'libc/sysdeps/linux/arm')
-rw-r--r-- | libc/sysdeps/linux/arm/sigaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/arm/sigaction.c b/libc/sysdeps/linux/arm/sigaction.c index 07de18420..1066d33dd 100644 --- a/libc/sysdeps/linux/arm/sigaction.c +++ b/libc/sysdeps/linux/arm/sigaction.c @@ -130,5 +130,5 @@ int __libc_sigaction (int sig, const struct sigaction *act, struct sigaction *oa #ifndef LIBC_SIGACTION libc_hidden_proto(sigaction) weak_alias(__libc_sigaction,sigaction) -libc_hidden_def(sigaction) +libc_hidden_weak(sigaction) #endif |