summaryrefslogtreecommitdiff
path: root/term/term.h
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2002-01-30 17:52:50 +0000
committerMarcus Brinkmann <marcus@gnu.org>2002-01-30 17:52:50 +0000
commitf2214a8146fd2b607d4f491840c1ea4df282d8fb (patch)
tree1ac252e7d8951bd017ca06e6f119c209a4b923c9 /term/term.h
parentb0cdcd631bc4e9cb46fb8b13abfcdea8722037f5 (diff)
* term.h (pty_io_select): Likewise.
Diffstat (limited to 'term/term.h')
-rw-r--r--term/term.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/term/term.h b/term/term.h
index 4fece7ee..565fe2f2 100644
--- a/term/term.h
+++ b/term/term.h
@@ -332,7 +332,7 @@ 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 (int *);
-error_t pty_io_select (struct trivfs_protid *, mach_port_t, int *, int *);
+error_t pty_io_select (struct trivfs_protid *, mach_port_t, 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 *);