diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/ia64/sigaction.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/sigaction.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/sigaction.c b/sysdeps/unix/sysv/linux/ia64/sigaction.c index 0967b2c358..2c2b4788a3 100644 --- a/sysdeps/unix/sysv/linux/ia64/sigaction.c +++ b/sysdeps/unix/sysv/linux/ia64/sigaction.c @@ -34,10 +34,7 @@ /* If ACT is not NULL, change the action for SIG to *ACT. If OACT is not NULL, put the old action for SIG in *OACT. */ int -__libc_sigaction (sig, act, oact) - int sig; - const struct sigaction *act; - struct sigaction *oact; +__libc_sigaction (int sig, const struct sigaction *act, struct sigaction *oact) { /* XXX The size argument hopefully will have to be changed to the real size of the user-level sigset_t. */ |