summaryrefslogtreecommitdiff
path: root/libtrivfs
diff options
context:
space:
mode:
Diffstat (limited to 'libtrivfs')
-rw-r--r--libtrivfs/io-select.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/libtrivfs/io-select.c b/libtrivfs/io-select.c
index 9df24d61..e44a8365 100644
--- a/libtrivfs/io-select.c
+++ b/libtrivfs/io-select.c
@@ -36,3 +36,13 @@ trivfs_S_io_select (struct trivfs_protid *cred,
assert (!trivfs_support_write);
return EOPNOTSUPP;
}
+
+kern_return_t
+trivfs_S_io_select_timeout (struct trivfs_protid *cred,
+ mach_port_t reply,
+ mach_msg_type_name_t replytype,
+ struct timespec ts,
+ int *seltype)
+{
+ return trivfs_S_io_select (cred, reply, replytype, seltype);
+}