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