diff options
author | Michael I. Bushnell <mib@gnu.org> | 1991-09-20 19:34:30 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1991-09-20 19:34:30 +0000 |
commit | 12e08a4caf125ef7aabb0cd412d836d2113c0236 (patch) | |
tree | 65871790bf6efd89e337c80ffc377ed5b7676d64 | |
parent | bded02526328a217f61d44a3e106b76a48d354b3 (diff) |
Formerly term.defs.~5~
-rw-r--r-- | hurd/term.defs | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/hurd/term.defs b/hurd/term.defs index f741da0c..ea1d0f6d 100644 --- a/hurd/term.defs +++ b/hurd/term.defs @@ -23,17 +23,8 @@ subsystem term 28000; #include <hurd/hurd_types.defs> -/* Make a virtual terminal. Slave will look like a Posix terminfo. - Master should be connected to a hardware terminal or its - equivalent. */ -routine term_maketerm ( - access: term_t; - out term_slave: term_t; - out term_master: term_t); - -/* Called on a slave terminal; puts it into the filesystem under the given - file. */ -routine term_putinfs ( - term: term_t; - port: file_t); +term_getctty ( + terminal: io_t; + out ctty: mach_port_make_send_t); +
\ No newline at end of file |