summaryrefslogtreecommitdiff
path: root/signal/sigstack.c
diff options
context:
space:
mode:
Diffstat (limited to 'signal/sigstack.c')
-rw-r--r--signal/sigstack.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/signal/sigstack.c b/signal/sigstack.c
index 4704a56151..b3b7dcec46 100644
--- a/signal/sigstack.c
+++ b/signal/sigstack.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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,9 +21,7 @@
/* Run signals handlers on the stack specified by SS (if not NULL).
If OSS is not NULL, it is filled in with the old signal stack status. */
int
-sigstack (ss, oss)
- struct sigstack *ss;
- struct sigstack *oss;
+sigstack (struct sigstack *ss, struct sigstack *oss)
{
__set_errno (ENOSYS);
return -1;