diff options
Diffstat (limited to 'trans/firmlink.c')
-rw-r--r-- | trans/firmlink.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/trans/firmlink.c b/trans/firmlink.c index 087e19d0..9c063c04 100644 --- a/trans/firmlink.c +++ b/trans/firmlink.c @@ -275,3 +275,12 @@ trivfs_S_io_select (struct trivfs_protid *cred, { return EOPNOTSUPP; } + +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); +} |