diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/ia64/sigaction.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/sigaction.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/sigaction.c b/sysdeps/unix/sysv/linux/ia64/sigaction.c index 86558a588d..6ec3cb1e61 100644 --- a/sysdeps/unix/sysv/linux/ia64/sigaction.c +++ b/sysdeps/unix/sysv/linux/ia64/sigaction.c @@ -29,9 +29,6 @@ #include <sys/syscall.h> #include <bp-checks.h> -extern int __syscall_rt_sigaction (int, const struct sigaction *__unbounded, - struct sigaction *__unbounded, size_t); - /* The variable is shared between all wrappers around signal handling functions which have RT equivalents. This is the definition. */ |