diff options
Diffstat (limited to 'storeio/io.c')
-rw-r--r-- | storeio/io.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/storeio/io.c b/storeio/io.c index 508df77a..c79f6ba3 100644 --- a/storeio/io.c +++ b/storeio/io.c @@ -161,6 +161,15 @@ trivfs_S_io_select (struct trivfs_protid *cred, return 0; } +error_t +trivfs_S_io_select_timeout (struct trivfs_protid *cred, + mach_port_t reply, mach_msg_type_name_t reply_type, + struct timespec ts, + int *type) +{ + return trivfs_S_io_select (cred, reply, reply_type, type); +} + /* Truncate file. */ error_t trivfs_S_file_set_size (struct trivfs_protid *cred, |