diff options
Diffstat (limited to 'hurd/term.defs')
-rw-r--r-- | hurd/term.defs | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/hurd/term.defs b/hurd/term.defs index 7e6d9c73..f741da0c 100644 --- a/hurd/term.defs +++ b/hurd/term.defs @@ -19,17 +19,21 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Written by Michael I. Bushnell. */ +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. */ -term_maketerm ( +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. */ -term_putinfs ( +routine term_putinfs ( term: term_t; port: file_t); |