diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/process.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/process.defs b/hurd/process.defs index 5b96f612..e21beb1f 100644 --- a/hurd/process.defs +++ b/hurd/process.defs @@ -382,4 +382,4 @@ routine proc_getpgrppids ( routine proc_get_tty ( calling_process: process_t; target_process: pid_t; - tty: mach_port_send_t); + out tty: mach_port_send_t); |