diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-10-31 19:14:29 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-10-31 19:14:29 +0000 |
commit | 1ddde85288dedb390ce6c5eba6cab5fa97a5afa3 (patch) | |
tree | 6db8803a257cd9528c32f8bcef42d157982d40b9 | |
parent | a373deb4e898d4e83fe5114b5afc77a50f861ee7 (diff) |
(proc_getprocinfo): New parm THREADWAITS.
-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; |