summaryrefslogtreecommitdiff
path: root/hurd/process.defs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-07-08 19:34:38 +0000
committerRoland McGrath <roland@gnu.org>1994-07-08 19:34:38 +0000
commit88427401cc4ed7d3647f1b736c7fc3cf28e199a9 (patch)
treea1403310b3014c6d1e9433bb81ab8a60d3c56519 /hurd/process.defs
parent3f8525378065f847bf86a2bce2365c6a226f9458 (diff)
Formerly process.defs.~77~
Diffstat (limited to 'hurd/process.defs')
-rw-r--r--hurd/process.defs10
1 files changed, 4 insertions, 6 deletions
diff --git a/hurd/process.defs b/hurd/process.defs
index 787b5ec6..21895cb5 100644
--- a/hurd/process.defs
+++ b/hurd/process.defs
@@ -166,27 +166,25 @@ routine proc_get_arg_locations (
out envp: vm_address_t);
/* Fetch the message ports of a set of processes */
-/* INTR */
-routine proc_getmsgport (
+INTR_ROUTINE (proc_getmsgport, (
process: process_t;
sreplyport reply_port: sreply_port_t;
pid: pid_t;
- out msgport: mach_port_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
specified process group. If pid is positive, it waits for the
specified process. The exit status and resource usage of the
process are returned in status and rusage respectively. */
-/* INTR */
-routine proc_wait (
+INTR_ROUTINE (proc_wait, (
process: process_t;
sreplyport reply_port: sreply_port_t;
pid: pid_t;
options: int;
out status: int;
out rusage: rusage_t;
- out pid_status: pid_t);
+ out pid_status: pid_t))
/* Have the process server stop all threads except contthread. */
routine proc_dostop (