diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-23 19:02:15 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-23 19:02:15 +0000 |
commit | 0ad65ff786f885c73e80dd43de763cd034b790d2 (patch) | |
tree | c0b10ba1136a8431f39b00ef767c44cea795ea54 /hurd | |
parent | dffae581da5014f9c1a327dc7514158cbf5c0db3 (diff) |
Formerly process_reply.defs.~5~
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/process_reply.defs | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/hurd/process_reply.defs b/hurd/process_reply.defs index 1ebfdd36..715c9cfd 100644 --- a/hurd/process_reply.defs +++ b/hurd/process_reply.defs @@ -1,5 +1,5 @@ /* Reply half of wait - Copyright (C) 1991, 1993 Free Software Foundation + Copyright (C) 1991, 1993, 1994 Free Software Foundation This file is part of the GNU Hurd. @@ -40,7 +40,10 @@ skip; /* reassign */ skip; /* setowner */ skip; /* getpids */ skip; /* setprocargs */ -skip; /* getmsgport */ +simpleroutine proc_getmsgport_reply ( + reply_port: reply_port_t; + retcode: kern_return_t; + in msgport: mach_port_t); simpleroutine proc_wait_reply ( reply_port: reply_port_t; |