From 11847bee758db8861dae3451c08d5773c565ebbd Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 30 Oct 1995 15:41:02 +0000 Subject: (io_select): Make sreply port also available if IO_SELECT_REPLY_PORT is defined. --- hurd/io.defs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3