summaryrefslogtreecommitdiff
path: root/signal/kill.c
diff options
context:
space:
mode:
Diffstat (limited to 'signal/kill.c')
-rw-r--r--signal/kill.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/signal/kill.c b/signal/kill.c
index 6aa8cc7b8c..b1dabb78aa 100644
--- a/signal/kill.c
+++ b/signal/kill.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
@@ -23,9 +23,7 @@
send SIG to all processes in the current process's process group.
If PID is < -1, send SIG to all processes in process group - PID. */
int
-__kill (pid, sig)
- int pid;
- int sig;
+__kill (int pid, int sig)
{
__set_errno (ENOSYS);
return -1;