summaryrefslogtreecommitdiff
path: root/signal
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-10-18 12:25:29 +0000
committerRoland McGrath <roland@gnu.org>1993-10-18 12:25:29 +0000
commit6c05ecea5cd7ec518dc7f64d82a6954c5c4df930 (patch)
treea9a3fd32c465d7a8ba1261ebea111868195d802f /signal
parenta1915c8f11ce5ba7fdb9604468e83124c8ebb582 (diff)
Formerly ../signal/signal.h.~20~
Diffstat (limited to 'signal')
-rw-r--r--signal/signal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/signal/signal.h b/signal/signal.h
index c5394d5328..2dad3e4a84 100644
--- a/signal/signal.h
+++ b/signal/signal.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1993 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
@@ -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 ((int __pgrp, int __sig));
+extern int killpg __P ((pid_t __pgrp, int __sig));
#endif /* Use BSD. */
/* Raise signal SIG, i.e., send SIG to yourself. */