diff options
author | Michael I. Bushnell <mib@gnu.org> | 1991-07-11 20:49:23 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1991-07-11 20:49:23 +0000 |
commit | 538b03619e6dcdd7a98f94297d91111c08fde09a (patch) | |
tree | c40a94f4bd197e5f0163caf5f712981d2b102ef6 /hurd | |
parent | bd060fbd70938aca504a8107b3ade80aa3062618 (diff) |
Formerly process_reply.defs.~2~
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/process_reply.defs | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/hurd/process_reply.defs b/hurd/process_reply.defs index 5afc01c8..6c3bc55a 100644 --- a/hurd/process_reply.defs +++ b/hurd/process_reply.defs @@ -18,3 +18,26 @@ along with the GNU Hurd; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Written by Michael I. Bushnell. */ + +subsystem process_reply 24100; /* must match process.defs + 100 */ + +#include <hurd/hurd_types.defs> + +type reply_port_t = polymorphic | MACH_MSG_TYPE_PORT_SEND_ONCE + ctype: mach_port_t; + +skip; skip; /* get/set hostid */ +skip; skip; /* get/set hostname */ +skip; /* getpids */ +skip; /* reauth */ +skip; /* register */ +skip; /* setsigport */ +skip; skip; skip; /* kill, cttykill, setctty */ + +simpleroutine proc_wait_reply ( + reply_port: reply_port_t; + retcode: kern_return_t; + in status: int; + in rusage: rusage_t; + in pid_status: pid_t); + |