/[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.14 by roland, Wed Jan 2 01:47:51 2002 UTC revision 1.15 by roland, Wed Jan 2 01:56:46 2002 UTC
# 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          errorcode: kern_return_t, RetCode;          errorcode: kern_return_t, RETCODE;
43          in oldmsgport: mach_port_t);          in oldmsgport: mach_port_t);
44    
45  skip; /* reassign */  skip; /* reassign */
# 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          errorcode: kern_return_t, RetCode;          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          errorcode: kern_return_t, RetCode;          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;

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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