summaryrefslogtreecommitdiff
path: root/nptl/sigaction.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/sigaction.c')
-rw-r--r--nptl/sigaction.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/nptl/sigaction.c b/nptl/sigaction.c
index 2858da563a..8bd832509b 100644
--- a/nptl/sigaction.c
+++ b/nptl/sigaction.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2015 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
@@ -29,10 +29,7 @@
int
-__sigaction (sig, act, oact)
- int sig;
- const struct sigaction *act;
- struct sigaction *oact;
+__sigaction (int sig, const struct sigaction *act, struct sigaction *oact)
{
if (__glibc_unlikely (sig == SIGCANCEL || sig == SIGSETXID))
{