summaryrefslogtreecommitdiff
path: root/hurd/process_reply.defs
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-05-22 22:52:28 +0000
committerMiles Bader <miles@gnu.org>1996-05-22 22:52:28 +0000
commit5c3df08bc1a3ea8a0746d3622c803dc4421d617b (patch)
tree64b833bd5fd813a78835447eaf63b41e3820df40 /hurd/process_reply.defs
parent69b3b073d2fa34549f20f8257729e6d841e26c30 (diff)
(proc_wait_reply): Add SIGCODE argument.
Diffstat (limited to 'hurd/process_reply.defs')
-rw-r--r--hurd/process_reply.defs3
1 files changed, 2 insertions, 1 deletions
diff --git a/hurd/process_reply.defs b/hurd/process_reply.defs
index 2e22b7c8..c8a6c3c0 100644
--- a/hurd/process_reply.defs
+++ b/hurd/process_reply.defs
@@ -1,5 +1,5 @@
/* Reply half of wait
- Copyright (C) 1991, 1993, 1994 Free Software Foundation
+ Copyright (C) 1991, 1993, 1994, 1996 Free Software Foundation
This file is part of the GNU Hurd.
@@ -57,6 +57,7 @@ simpleroutine proc_wait_reply (
reply_port: reply_port_t;
retcode: kern_return_t;
in status: int;
+ in sigcode: int;
in rusage: rusage_t;
in pid_status: pid_t);