diff options
author | Roland McGrath <roland@gnu.org> | 1995-01-16 22:36:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-01-16 22:36:44 +0000 |
commit | 8435452dc6230458640cd6fd99fdd72fd87a961e (patch) | |
tree | d14dbe49e40eb7d774f35990834f989ade0ada4a /hurd/io_reply.defs | |
parent | 958397f0b754190875ae569758e7b7d9ee79be43 (diff) |
Add ID_TAG arg.
Diffstat (limited to 'hurd/io_reply.defs')
-rw-r--r-- | hurd/io_reply.defs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hurd/io_reply.defs b/hurd/io_reply.defs index 1e1225c6..3dc5b6ed 100644 --- a/hurd/io_reply.defs +++ b/hurd/io_reply.defs @@ -1,5 +1,5 @@ /* Definitions for generic IO interface - Copyright (C) 1991, 1993, 1994 Free Software Foundation + Copyright (C) 1991, 1993, 1994, 1995 Free Software Foundation This file is part of the GNU Hurd. @@ -90,6 +90,7 @@ 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); simpleroutine io_stat_reply ( |