summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1992-01-07 20:20:33 +0000
committerMichael I. Bushnell <mib@gnu.org>1992-01-07 20:20:33 +0000
commit7e16c4ea08e684e2ac756b17f7f04ef0bf8900d2 (patch)
tree31aa7a2edfdda1035e7e48430bbfa012b7585669 /hurd
parent1aa0a37eef53d587a480bca6ea100421da459ced (diff)
Formerly term.defs.~6~
Diffstat (limited to 'hurd')
-rw-r--r--hurd/term.defs6
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);