(__syscall_rt_sigaction): New prototype.

This commit is contained in:
Ulrich Drepper 2003-09-03 03:15:08 +00:00
parent 0e4d3d9dbd
commit dc7f67a8e8

View 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>