diff options
-rw-r--r-- | hurd/process.defs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/process.defs b/hurd/process.defs index d249de68..49e477fa 100644 --- a/hurd/process.defs +++ b/hurd/process.defs @@ -151,8 +151,8 @@ routine proc_setprocargs ( routine proc_getmsgport ( process: process_t; sreplyport reply_port: reply_port_t; - pid: pidarray_t; - out msgport: portarray_t); + pid: pid_t; + out msgport: mach_port_t); /* Wait for a child process to exit. If pid is zero, it waits for any child. If pid is negative, it waits for any process in the |