summaryrefslogtreecommitdiff
path: root/signal/sigignore.c
diff options
context:
space:
mode:
Diffstat (limited to 'signal/sigignore.c')
-rw-r--r--signal/sigignore.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/signal/sigignore.c b/signal/sigignore.c
index 67af463c6c..c695fe5d7f 100644
--- a/signal/sigignore.c
+++ b/signal/sigignore.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1998-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -21,8 +21,7 @@
/* Set the disposition for SIG to SIG_IGN. */
int
-sigignore (sig)
- int sig;
+sigignore (int sig)
{
__set_errno (ENOSYS);
return -1;