summaryrefslogtreecommitdiff
path: root/signal/sigpending.c
diff options
context:
space:
mode:
Diffstat (limited to 'signal/sigpending.c')
-rw-r--r--signal/sigpending.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/signal/sigpending.c b/signal/sigpending.c
index 104f6a38b3..12e0faeba9 100644
--- a/signal/sigpending.c
+++ b/signal/sigpending.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
@@ -22,8 +22,7 @@
/* Store in SET all signals that are blocked and pending. */
int
-sigpending (set)
- sigset_t *set;
+sigpending (sigset_t *set)
{
if (set == NULL)
{