From 538b03619e6dcdd7a98f94297d91111c08fde09a Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 11 Jul 1991 20:49:23 +0000 Subject: Formerly process_reply.defs.~2~ --- hurd/process_reply.defs | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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 + +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); + -- cgit v1.2.3