summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-08-17 19:22:47 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-08-17 19:22:47 +0000
commit741952a3fc04df3d3895ec601a141b81d95087e0 (patch)
tree3dc5946fbefbb8d43b7926baf0b4565145d55be5
parentf003bf8cc8c3551f3fb0e6b79a47431c89e8b36b (diff)
Formerly term.defs.~16~
-rw-r--r--hurd/term.defs8
1 files changed, 8 insertions, 0 deletions
diff --git a/hurd/term.defs b/hurd/term.defs
index 955bc85f..9e446230 100644
--- a/hurd/term.defs
+++ b/hurd/term.defs
@@ -102,3 +102,11 @@ routine term_on_hurddev (
routine term_on_pty (
terminal: io_t;
out ptymaster: io_t);
+
+/* This call is made to the ctty port returned by term_getctty; it
+ may not be made to terminal I/O ports. */
+/* Return an I/O port for the terminal opened as with flags FLAGS. */
+routine termctty_open_terminal (
+ ctty: mach_port_t;
+ flags: int;
+ out terminal: mach_port_send_t);