summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/bits/kernel_sigaction.h
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2006-02-28 02:40:45 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2006-02-28 02:40:45 +0000
commitfd666fca933f7241ff75d06ff36c9282fd443335 (patch)
tree51c22ee096ef9faf99b5b9109e1dbba1e29775f6 /libc/sysdeps/linux/mips/bits/kernel_sigaction.h
parentdc1b79ff637e014a1d99dbca4a2beb5d2ec9cdcc (diff)
downloaduClibc-alpine-fd666fca933f7241ff75d06ff36c9282fd443335.tar.bz2
uClibc-alpine-fd666fca933f7241ff75d06ff36c9282fd443335.tar.xz
Merge from trunk.
Diffstat (limited to 'libc/sysdeps/linux/mips/bits/kernel_sigaction.h')
-rw-r--r--libc/sysdeps/linux/mips/bits/kernel_sigaction.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/mips/bits/kernel_sigaction.h b/libc/sysdeps/linux/mips/bits/kernel_sigaction.h
index b6f52cc9c..317e5b389 100644
--- a/libc/sysdeps/linux/mips/bits/kernel_sigaction.h
+++ b/libc/sysdeps/linux/mips/bits/kernel_sigaction.h
@@ -38,3 +38,6 @@ struct kernel_sigaction {
void (*sa_restorer)(void);
int s_resv[1]; /* reserved */
};
+
+extern int __syscall_rt_sigaction (int, const struct kernel_sigaction *__unbounded,
+ struct kernel_sigaction *__unbounded, size_t);