summaryrefslogtreecommitdiff
path: root/term/term.h
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-01-19 00:00:06 +0000
committerMiles Bader <miles@gnu.org>1996-01-19 00:00:06 +0000
commit4062898861520a81c550045951910b627f6753ce (patch)
tree602e825590b1f8be90de0dd2e3a2b19cf36ab622 /term/term.h
parent77739766f6e858a439e99489711295cf2e7c5e93 (diff)
(pty_io_select): Add new reply port parameter.
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 d8060df5..41138de5 100644
--- a/term/term.h
+++ b/term/term.h
@@ -294,7 +294,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 *, int *, int *);
+error_t pty_io_select (struct trivfs_protid *, mach_port_t, int *, int *);
error_t pty_open_hook (struct trivfs_control *, uid_t *, u_int, uid_t *,
u_int, int);
error_t pty_po_create_hook (struct trivfs_peropen *);