summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/hppa
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-08 06:46:59 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-08 06:46:59 +0000
commit6b3ce6f050502ccf1a4ea0be382dc563ae3f1bcf (patch)
treed9d166bca46b4bc098b4b1defa23641e7035f77b /libc/sysdeps/linux/hppa
parent0c0a2b8f1a2393451594c404fbdde5c52c202dba (diff)
include prototype for __syscall_rt_sigaction
Diffstat (limited to 'libc/sysdeps/linux/hppa')
-rw-r--r--libc/sysdeps/linux/hppa/bits/kernel_sigaction.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/hppa/bits/kernel_sigaction.h b/libc/sysdeps/linux/hppa/bits/kernel_sigaction.h
index af048cbe7..cccaabbb9 100644
--- a/libc/sysdeps/linux/hppa/bits/kernel_sigaction.h
+++ b/libc/sysdeps/linux/hppa/bits/kernel_sigaction.h
@@ -16,3 +16,6 @@ struct kernel_sigaction {
unsigned long sa_flags;
sigset_t sa_mask;
};
+
+extern int __syscall_rt_sigaction (int, const struct kernel_sigaction *__unbounded,
+ struct kernel_sigaction *__unbounded, size_t);