diff options
author | Michael I. Bushnell <mib@gnu.org> | 1992-01-07 20:20:33 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1992-01-07 20:20:33 +0000 |
commit | 7e16c4ea08e684e2ac756b17f7f04ef0bf8900d2 (patch) | |
tree | 31aa7a2edfdda1035e7e48430bbfa012b7585669 | |
parent | 1aa0a37eef53d587a480bca6ea100421da459ced (diff) |
Formerly term.defs.~6~
-rw-r--r-- | hurd/term.defs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hurd/term.defs b/hurd/term.defs index ea1d0f6d..6cf18d7d 100644 --- a/hurd/term.defs +++ b/hurd/term.defs @@ -27,4 +27,8 @@ term_getctty ( terminal: io_t; out ctty: mach_port_make_send_t); -
\ No newline at end of file +term_become_ctty ( + terminal: io_t; + pid: pid_t; + pgrp: pid_t; + out newtty: io_t); |