summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-01-17 11:01:34 +0000
committerRoland McGrath <roland@gnu.org>1995-01-17 11:01:34 +0000
commit51d9e2ef3bc679c89ef576e29eb36f78aa60dd4a (patch)
tree992319fa4c2b4194543ad7b0f49fa947721c4c98 /hurd
parentd9c0eed102711da665bc7c67910983d5715783ff (diff)
Synchronize with new io_select definition.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/io_reply.defs4
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;