From 6b3ce6f050502ccf1a4ea0be382dc563ae3f1bcf Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 8 Jan 2006 06:46:59 +0000 Subject: include prototype for __syscall_rt_sigaction --- libc/sysdeps/linux/hppa/bits/kernel_sigaction.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libc/sysdeps/linux/hppa') 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); -- cgit v1.2.3