From: Ulrich Drepper Date: Wed, 3 Sep 2003 03:15:08 +0000 (+0000) Subject: (__syscall_rt_sigaction): New prototype. X-Git-Tag: upstream/2.30~10627^2~1298 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dc7f67a8e83d8a66cf0a7be9fe61538be2796a54;p=external%2Fglibc.git (__syscall_rt_sigaction): New prototype. --- diff --git a/sysdeps/unix/sysv/linux/alpha/sigaction.c b/sysdeps/unix/sysv/linux/alpha/sigaction.c index 1bfba1b..952ee40 100644 --- a/sysdeps/unix/sysv/linux/alpha/sigaction.c +++ b/sysdeps/unix/sysv/linux/alpha/sigaction.c @@ -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