summaryrefslogtreecommitdiff
path: root/proc/info.c
diff options
context:
space:
mode:
Diffstat (limited to 'proc/info.c')
-rw-r--r--proc/info.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/proc/info.c b/proc/info.c
index abb3e78f..83955a42 100644
--- a/proc/info.c
+++ b/proc/info.c
@@ -656,3 +656,10 @@ S_proc_getlogin (struct proc *p,
return 0;
}
+/* Implement proc_get_tty as described in <hurd/proc.defs>. */
+kern_return_t
+S_proc_get_tty (struct proc *p, pid_t pid,
+ mach_port_t *tty, mach_msg_type_name_t *tty_type)
+{
+ return EOPNOTSUPP; /* XXX */
+}