diff options
author | Roland McGrath <roland@gnu.org> | 1995-01-17 11:01:34 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-01-17 11:01:34 +0000 |
commit | 51d9e2ef3bc679c89ef576e29eb36f78aa60dd4a (patch) | |
tree | 992319fa4c2b4194543ad7b0f49fa947721c4c98 /hurd/io_reply.defs | |
parent | d9c0eed102711da665bc7c67910983d5715783ff (diff) |
Synchronize with new io_select definition.
Diffstat (limited to 'hurd/io_reply.defs')
-rw-r--r-- | hurd/io_reply.defs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/io_reply.defs b/hurd/io_reply.defs index 3dc5b6ed..68bd2f1c 100644 --- a/hurd/io_reply.defs +++ b/hurd/io_reply.defs @@ -90,8 +90,8 @@ simpleroutine io_get_icky_async_id_reply ( simpleroutine io_select_reply ( reply: reply_port_t; return_code: kern_return_t; - id_tag: int; - select_result: int); + select_result: int; + id_tag: int); simpleroutine io_stat_reply ( reply: reply_port_t; |