summaryrefslogtreecommitdiffstats
path: root/newlib/libc/sys/linux/sigaction.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/linux/sigaction.c')
-rw-r--r--newlib/libc/sys/linux/sigaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/linux/sigaction.c b/newlib/libc/sys/linux/sigaction.c
index a70950276..6ee3fa2cb 100644
--- a/newlib/libc/sys/linux/sigaction.c
+++ b/newlib/libc/sys/linux/sigaction.c
@@ -60,7 +60,7 @@ __libc_sigaction (sig, act, oact)
real size of the user-level sigset_t. */
result = __rt_sigaction (sig,
act ? (&kact) : NULL,
- oact ? (&koact) : NULL, _NSIG / 8);
+ oact ? (&koact) : NULL, NSIG / 8);
if (oact && result >= 0)
{