(__syscall_rt_sigaction): New prototype.
authorUlrich Drepper <drepper@redhat.com>
Wed, 3 Sep 2003 03:15:08 +0000 (03:15 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 3 Sep 2003 03:15:08 +0000 (03:15 +0000)
sysdeps/unix/sysv/linux/alpha/sigaction.c

index 1bfba1b..952ee40 100644 (file)
@@ -30,4 +30,7 @@
          ? __syscall_rt_sigaction(args)         \
          : INLINE_SYSCALL1(name, nr, args))
 
+extern int __syscall_rt_sigaction (int, const struct kernel_sigaction *__unbounded,
+                                  struct kernel_sigaction *__unbounded, size_t);
+
 #include <sysdeps/unix/sysv/linux/sigaction.c>