diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-08 06:46:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-08 06:46:59 +0000 |
commit | 6b3ce6f050502ccf1a4ea0be382dc563ae3f1bcf (patch) | |
tree | d9d166bca46b4bc098b4b1defa23641e7035f77b /libc/sysdeps/linux | |
parent | 0c0a2b8f1a2393451594c404fbdde5c52c202dba (diff) | |
download | uClibc-alpine-6b3ce6f050502ccf1a4ea0be382dc563ae3f1bcf.tar.bz2 uClibc-alpine-6b3ce6f050502ccf1a4ea0be382dc563ae3f1bcf.tar.xz |
include prototype for __syscall_rt_sigaction
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/hppa/bits/kernel_sigaction.h | 3 |
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); |