summaryrefslogtreecommitdiff
path: root/hurd/process.defs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-05-12 06:35:42 +0000
committerRoland McGrath <roland@gnu.org>1994-05-12 06:35:42 +0000
commitbc72ba4f490c36e0c5e31ab14b5cba85f42c85eb (patch)
tree457249f6b5ab92c1899e9ce2ab722c67c18c0da8 /hurd/process.defs
parentf626f7a4738516a71a877e264f51e60b1f259f30 (diff)
Formerly process.defs.~74~
Diffstat (limited to 'hurd/process.defs')
-rw-r--r--hurd/process.defs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hurd/process.defs b/hurd/process.defs
index 17603437..f69516b4 100644
--- a/hurd/process.defs
+++ b/hurd/process.defs
@@ -121,6 +121,7 @@ routine proc_child (
/* Atomically change the message port of a process. */
routine proc_setmsgport (
process: process_t;
+ sreplyport reply_port: reply_port_t;
newmsgport: mach_port_t;
out oldmsgport: mach_port_move_send_t);