diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/process.defs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hurd/process.defs b/hurd/process.defs index f3158686..f92d07e4 100644 --- a/hurd/process.defs +++ b/hurd/process.defs @@ -274,7 +274,8 @@ routine proc_getprocinfo ( process: process_t; which: pid_t; flags: int; - out procinfo: procinfo_t); + out procinfo: procinfo_t; + out threadwaits: data_t, dealloc); routine proc_getprocargs ( process: process_t; |