summaryrefslogtreecommitdiff
path: root/hurd/io.defs
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/io.defs')
-rw-r--r--hurd/io.defs11
1 files changed, 11 insertions, 0 deletions
diff --git a/hurd/io.defs b/hurd/io.defs
index 9119b05b..ba0b8077 100644
--- a/hurd/io.defs
+++ b/hurd/io.defs
@@ -320,3 +320,14 @@ routine io_identity (
on the specified object. */
routine io_revoke (
io_object: io_t RPTLAST);
+
+/* INTR */
+routine io_select_timeout (
+ io_object: io_t;
+#if defined (REPLY_PORTS) || defined (IO_SELECT_REPLY_PORT)
+ replyport reply: sreply_port_t;
+#else
+ ureplyport reply: mach_port_make_send_t;
+#endif
+ timeout: timespec_t;
+ inout select_type: int);