summaryrefslogtreecommitdiff
path: root/hurd/term.defs
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/term.defs')
-rw-r--r--hurd/term.defs17
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