diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-10-28 07:35:48 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-10-28 07:35:48 +0000 |
commit | 6881f673bdf3098d0b29d7afae290c1efc683ef5 (patch) | |
tree | 7faf5727674f5d99adae2862fcccbce1f9baf4cb /hurd | |
parent | 9b11a5708f9583f7ada2a2fa3ce191f734df00d4 (diff) |
Formerly process_reply.defs.~4~
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/process_reply.defs | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/hurd/process_reply.defs b/hurd/process_reply.defs index 2ff47a81..1ebfdd36 100644 --- a/hurd/process_reply.defs +++ b/hurd/process_reply.defs @@ -1,11 +1,11 @@ /* Reply half of wait - Copyright (C) 1991 Free Software Foundation + Copyright (C) 1991, 1993 Free Software Foundation This file is part of the GNU Hurd. The GNU Hurd is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. The GNU Hurd is distributed in the hope that it will be useful, @@ -28,12 +28,19 @@ type reply_port_t = polymorphic | MACH_MSG_TYPE_PORT_SEND_ONCE skip; skip; /* get/set hostid */ skip; skip; /* get/set hostname */ +skip; /* getprivports */ +skip; /* getallpids */ +skip; skip; /* set/get execdata */ +skip; /* execdata_notify */ + +skip; /* reauthenticate */ +skip; /* child */ +skip; /* setmsgport */ +skip; /* reassign */ +skip; /* setowner */ skip; /* getpids */ -skip; /* reauth */ -skip; /* register */ -skip; /* setports */ -skip; /* setsigport */ -skip; skip; skip; /* kill, cttykill, setctty */ +skip; /* setprocargs */ +skip; /* getmsgport */ simpleroutine proc_wait_reply ( reply_port: reply_port_t; @@ -42,3 +49,4 @@ simpleroutine proc_wait_reply ( in rusage: rusage_t; in pid_status: pid_t); + |