summaryrefslogtreecommitdiff
path: root/hurd/process.defs
diff options
context:
space:
mode:
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);