summaryrefslogtreecommitdiff
path: root/hurd/process_reply.defs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-01-02 02:08:11 +0000
committerRoland McGrath <roland@gnu.org>2002-01-02 02:08:11 +0000
commit8c14ee10c548dd75c26b2e929f5bd4acfd480086 (patch)
tree44ef170bff4982df2ea1ecd392bafe0ead3d075e /hurd/process_reply.defs
parenta7918253586985805dc88c2b743bf05c7b0daf48 (diff)
2002-01-01 Roland McGrath <roland@frob.com>
* hurd_types.defs (RETURN_CODE_ARG): New macro, definition depends on [HAVE_MIG_RETCODE]. * auth_reply.defs: Replace return code args with that. * crash_reply.defs: Likewise. * fsys_reply.defs: Likewise. * io_reply.defs: Likewise. * msg_reply.defs: Likewise. * process_reply.defs: Likewise. * startup_reply.defs: Likewise.
Diffstat (limited to 'hurd/process_reply.defs')
-rw-r--r--hurd/process_reply.defs6
1 files changed, 3 insertions, 3 deletions
diff --git a/hurd/process_reply.defs b/hurd/process_reply.defs
index 7db13572..80d39293 100644
--- a/hurd/process_reply.defs
+++ b/hurd/process_reply.defs
@@ -39,7 +39,7 @@ skip; /* child */
simpleroutine proc_setmsgport_reply (
reply_port: reply_port_t;
- errorcode: kern_return_t, RETCODE;
+ RETURN_CODE_ARG;
in oldmsgport: mach_port_t);
skip; /* reassign */
@@ -50,12 +50,12 @@ skip; /* get_arg_locations */
simpleroutine proc_getmsgport_reply (
reply_port: reply_port_t;
- errorcode: kern_return_t, RETCODE;
+ RETURN_CODE_ARG;
in msgports: mach_port_t);
simpleroutine proc_wait_reply (
reply_port: reply_port_t;
- errorcode: kern_return_t, RETCODE;
+ RETURN_CODE_ARG;
in status: int;
in sigcode: int;
in rusage: rusage_t;