summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm/sigaction.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-12-02 22:45:50 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-12-02 22:45:50 +0000
commitb96b4898c1554f8244ea38205056d610e540a445 (patch)
tree55921244df706008f50f4aa8c153c979c43afa42 /libc/sysdeps/linux/arm/sigaction.c
parent05d909bd4203b0df7659709e4c515c6860de43e1 (diff)
Remove prototypes that are in kernel_sigaction.h already
Diffstat (limited to 'libc/sysdeps/linux/arm/sigaction.c')
-rw-r--r--libc/sysdeps/linux/arm/sigaction.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libc/sysdeps/linux/arm/sigaction.c b/libc/sysdeps/linux/arm/sigaction.c
index 822fd0d97..b4f658f14 100644
--- a/libc/sysdeps/linux/arm/sigaction.c
+++ b/libc/sysdeps/linux/arm/sigaction.c
@@ -25,11 +25,6 @@
#include <sys/syscall.h>
#include <bits/kernel_sigaction.h>
-extern int __syscall_sigaction (int, const struct old_kernel_sigaction *__unbounded,
- struct old_kernel_sigaction *__unbounded);
-extern int __syscall_rt_sigaction (int, const struct kernel_sigaction *__unbounded,
- struct kernel_sigaction *__unbounded, size_t);
-
#define SA_RESTORER 0x04000000
extern void __default_sa_restorer(void);
extern void __default_rt_sa_restorer(void);