diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-13 00:29:45 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:22 +0200 |
commit | 27fbcf79bc05e63f8687e61ce83fb29c77683b4a (patch) | |
tree | cefe9825ddcffd009d32bb78af6a51aa2f4bdd03 /libc/sysdeps/linux/mips/bits | |
parent | ef7472070942a527be96d3dceface75c8c96d365 (diff) |
signal.h: move prototypes for __syscall_[rt_]sigaction to common place
solve inconsistency between archs
NPTL should not use __syscall_rt_sigaction at all, for now it needs to be visible
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/mips/bits')
-rw-r--r-- | libc/sysdeps/linux/mips/bits/kernel_sigaction.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libc/sysdeps/linux/mips/bits/kernel_sigaction.h b/libc/sysdeps/linux/mips/bits/kernel_sigaction.h index 2048095c8..65eff7c92 100644 --- a/libc/sysdeps/linux/mips/bits/kernel_sigaction.h +++ b/libc/sysdeps/linux/mips/bits/kernel_sigaction.h @@ -24,12 +24,4 @@ struct old_kernel_sigaction { #endif }; -/* In uclibc, userspace struct sigaction is identical to - * "new" struct kernel_sigaction (one from the Linux 2.1.68 kernel). - * See sigaction.h - */ - -extern int __syscall_rt_sigaction (int, const struct sigaction *, - struct sigaction *, size_t) attribute_hidden; - #endif |