summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/kernel_sigaction.h
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2009-01-22 14:44:29 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2009-01-22 14:44:29 +0000
commitfa6e328b05204fa7872858517e1a43cfd90aa8d2 (patch)
tree436f49ce17b9f700c991eddd1228bbaaf0b67fb2 /libc/sysdeps/linux/common/bits/kernel_sigaction.h
parent6f8832e0dec5fc1086241e7e381a0920fcf4c8b6 (diff)
downloaduClibc-alpine-fa6e328b05204fa7872858517e1a43cfd90aa8d2.tar.bz2
uClibc-alpine-fa6e328b05204fa7872858517e1a43cfd90aa8d2.tar.xz
Synch whole signal handling rework with trunk. Tested on nptl-sh4.
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'libc/sysdeps/linux/common/bits/kernel_sigaction.h')
-rw-r--r--libc/sysdeps/linux/common/bits/kernel_sigaction.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/common/bits/kernel_sigaction.h b/libc/sysdeps/linux/common/bits/kernel_sigaction.h
index f74e0a28a..0a35ac8cb 100644
--- a/libc/sysdeps/linux/common/bits/kernel_sigaction.h
+++ b/libc/sysdeps/linux/common/bits/kernel_sigaction.h
@@ -25,12 +25,12 @@ struct old_kernel_sigaction {
*/
extern int __syscall_sigaction(int, const struct old_kernel_sigaction *,
- struct old_kernel_sigaction *) attribute_hidden;
+ struct old_kernel_sigaction *);
#endif
extern int __syscall_rt_sigaction(int, const struct sigaction *,
- struct sigaction *, size_t) attribute_hidden;
+ struct sigaction *, size_t);
#endif /* _BITS_SIGACTION_STRUCT_H */