diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-12-10 18:18:41 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-12-10 18:18:41 +0000 |
commit | a61cb3bea1aca152c8009ced4d2df127aa93fea0 (patch) | |
tree | 93a0071fd6dae3b14c7ec33d862ac873d9f392b9 /libc/sysdeps/linux/x86_64 | |
parent | 7e3edddc7225bb857b69f4bd1e5f530f4233fac5 (diff) |
Merge from NPTL branch. Bring in the remaining changes for sigaction.
Diffstat (limited to 'libc/sysdeps/linux/x86_64')
-rw-r--r-- | libc/sysdeps/linux/x86_64/sigaction.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/x86_64/sigaction.c b/libc/sysdeps/linux/x86_64/sigaction.c index 41f9a8c8e..250c8b5c6 100644 --- a/libc/sysdeps/linux/x86_64/sigaction.c +++ b/libc/sysdeps/linux/x86_64/sigaction.c @@ -119,8 +119,11 @@ __libc_sigaction (int sig, const struct sigaction *act, struct sigaction *oact) return result; } #endif + +#ifndef LIBC_SIGACTION hidden_weak_alias(__libc_sigaction,__sigaction) weak_alias(__libc_sigaction,sigaction) +#endif /* NOTE: Please think twice before making any changes to the bits of code below. GDB needs some intimate knowledge about it to |