diff options
Diffstat (limited to 'libc/sysdeps/linux/common/bits')
-rw-r--r-- | libc/sysdeps/linux/common/bits/kernel_sigaction.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libc/sysdeps/linux/common/bits/kernel_sigaction.h b/libc/sysdeps/linux/common/bits/kernel_sigaction.h index 0a35ac8cb..5c8726058 100644 --- a/libc/sysdeps/linux/common/bits/kernel_sigaction.h +++ b/libc/sysdeps/linux/common/bits/kernel_sigaction.h @@ -19,18 +19,6 @@ struct old_kernel_sigaction { unsigned long sa_flags; void (*sa_restorer)(void); }; -/* In uclibc, userspace struct sigaction is identical to - * "new" struct kernel_sigaction (one from the Linux 2.1.68 kernel). - * See sigaction.h - */ - -extern int __syscall_sigaction(int, const struct old_kernel_sigaction *, - struct old_kernel_sigaction *); - #endif - -extern int __syscall_rt_sigaction(int, const struct sigaction *, - struct sigaction *, size_t); - #endif /* _BITS_SIGACTION_STRUCT_H */ |