summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);