diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/io.defs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hurd/io.defs b/hurd/io.defs index c6415f1b..08240606 100644 --- a/hurd/io.defs +++ b/hurd/io.defs @@ -152,7 +152,9 @@ routine io_get_icky_async_id ( /* INTR */ routine io_select ( io_object: io_t; - RPT +#if defined (REPLY_PORTS) || defined (IO_SELECT_REPLY_PORT) + sreplyport reply: sreply_port_t; +#endif ureplyport ureply: mach_port_make_send_t; waittime timeout: natural_t; inout select_type: int; |