summaryrefslogtreecommitdiff
path: root/signal
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-10-21 19:50:57 +0000
committerRoland McGrath <roland@gnu.org>1993-10-21 19:50:57 +0000
commit8bc98e12660257664710c25a7b92f8ea2e439f24 (patch)
tree281031a2b953fc034335f5fed240e6aa6ae6575d /signal
parent521491cecc9a4ea5b0a9c0f009608a4fa4756a2b (diff)
Formerly ../signal/signal.h.~21~
Diffstat (limited to 'signal')
-rw-r--r--signal/signal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/signal/signal.h b/signal/signal.h
index 2dad3e4a84..363a031f72 100644
--- a/signal/signal.h
+++ b/signal/signal.h
@@ -65,7 +65,7 @@ extern int kill __P ((__pid_t __pid, int __sig));
/* Send SIG to all processes in process group PGRP.
If PGRP is zero, send SIG to all processes in
the current process's process group. */
-extern int killpg __P ((pid_t __pgrp, int __sig));
+extern int killpg __P ((__pid_t __pgrp, int __sig));
#endif /* Use BSD. */
/* Raise signal SIG, i.e., send SIG to yourself. */