summaryrefslogtreecommitdiff
path: root/hurd/msg_reply.defs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-04-29 03:02:57 +0000
committerRoland McGrath <roland@gnu.org>1994-04-29 03:02:57 +0000
commit68cc36141e3232caad43fddde66e5dfb81b983c1 (patch)
treee26f60e4b65cf18125f1f0eb955f76424ef3f83e /hurd/msg_reply.defs
parent270a7867b5223ac0f37c6a6eddd9e88b7da0b627 (diff)
entered into RCS
Diffstat (limited to 'hurd/msg_reply.defs')
-rw-r--r--hurd/msg_reply.defs5
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. */