/[hurd]/hurd/hurd/process_reply.defs
ViewVC logotype

Diff of /hurd/hurd/process_reply.defs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by miles, Wed May 22 22:52:28 1996 UTC revision 1.13 by roland, Mon Dec 31 23:39:26 2001 UTC
# Line 1  Line 1 
1  /* Reply half of wait  /* Reply half of wait
2     Copyright (C) 1991, 1993, 1994, 1996 Free Software Foundation     Copyright (C) 1991,93,94,96,2001 Free Software Foundation, Inc.
3    
4  This file is part of the GNU Hurd.  This file is part of the GNU Hurd.
5    
# Line 8  it under the terms of the GNU General Pu Line 8  it under the terms of the GNU General Pu
8  the Free Software Foundation; either version 2, or (at your option)  the Free Software Foundation; either version 2, or (at your option)
9  any later version.  any later version.
10    
11  The GNU Hurd is distributed in the hope that it will be useful,  The GNU Hurd is distributed in the hope that it will be useful,
12  but WITHOUT ANY WARRANTY; without even the implied warranty of  but WITHOUT ANY WARRANTY; without even the implied warranty of
13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  GNU General Public License for more details.  GNU General Public License for more details.
# Line 39  skip; /* child */ Line 39  skip; /* child */
39    
40  simpleroutine proc_setmsgport_reply (  simpleroutine proc_setmsgport_reply (
41          reply_port: reply_port_t;          reply_port: reply_port_t;
42          retcode: kern_return_t;          errorcode: kern_return_t, retcode;
43          in oldmsgport: mach_port_t);          in oldmsgport: mach_port_t);
44            
45  skip; /* reassign */  skip; /* reassign */
46  skip; /* setowner */  skip; /* setowner */
47  skip; /* getpids */  skip; /* getpids */
# Line 50  skip; /* get_arg_locations */ Line 50  skip; /* get_arg_locations */
50    
51  simpleroutine proc_getmsgport_reply (  simpleroutine proc_getmsgport_reply (
52          reply_port: reply_port_t;          reply_port: reply_port_t;
53          retcode: kern_return_t;          errorcode: kern_return_t, retcode;
54          in msgports: mach_port_t);          in msgports: mach_port_t);
55    
56  simpleroutine proc_wait_reply (  simpleroutine proc_wait_reply (
57          reply_port: reply_port_t;          reply_port: reply_port_t;
58          retcode: kern_return_t;          errorcode: kern_return_t, retcode;
59          in status: int;          in status: int;
60          in sigcode: int;          in sigcode: int;
61          in rusage: rusage_t;          in rusage: rusage_t;
62          in pid_status: pid_t);          in pid_status: pid_t);
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26