diff options
author | Roland McGrath <roland@gnu.org> | 1994-04-29 03:02:57 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-04-29 03:02:57 +0000 |
commit | 68cc36141e3232caad43fddde66e5dfb81b983c1 (patch) | |
tree | e26f60e4b65cf18125f1f0eb955f76424ef3f83e /hurd | |
parent | 270a7867b5223ac0f37c6a6eddd9e88b7da0b627 (diff) |
entered into RCS
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/msg_reply.defs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hurd/msg_reply.defs b/hurd/msg_reply.defs index 93e191cb..8831d58c 100644 --- a/hurd/msg_reply.defs +++ b/hurd/msg_reply.defs @@ -21,8 +21,11 @@ subsystem msg_reply 23100; /* must match msg.defs + 100 */ #include <hurd/hurd_types.defs> +type reply_port_t = polymorphic | MACH_MSG_TYPE_PORT_SEND_ONCE + ctype: mach_port_t; + simpleroutine sig_post_reply ( - reply_port: mach_port_t; + reply_port: reply_port_t; in return_code: kern_return_t); /* Add the others as necessary. */ |