summaryrefslogtreecommitdiff
path: root/term/term.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/term.h')
-rw-r--r--term/term.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/term/term.h b/term/term.h
index f154d4c0..df82b6c9 100644
--- a/term/term.h
+++ b/term/term.h
@@ -386,7 +386,8 @@ error_t pty_io_write (struct trivfs_protid *, char *,
error_t pty_io_read (struct trivfs_protid *, char **,
mach_msg_type_number_t *, mach_msg_type_number_t);
error_t pty_io_readable (size_t *);
-error_t pty_io_select (struct trivfs_protid *, mach_port_t, int *);
+error_t pty_io_select (struct trivfs_protid *, mach_port_t,
+ struct timespec *, int *);
error_t pty_open_hook (struct trivfs_control *, struct iouser *, int);
error_t pty_po_create_hook (struct trivfs_peropen *);
error_t pty_po_destroy_hook (struct trivfs_peropen *);