diff options
author | Miles Bader <miles@gnu.org> | 1996-05-12 17:22:31 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-05-12 17:22:31 +0000 |
commit | 626e94afb65df51e0685efe105e57bb72e23fb2f (patch) | |
tree | 53e7344c589698a30e429984527b52d0b2b1d811 /proc | |
parent | 44a65710c09be29e86c139c2e1a0d10ecfb34d07 (diff) |
(S_proc_getprocinfo): Add comment.
Diffstat (limited to 'proc')
-rw-r--r-- | proc/info.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/proc/info.c b/proc/info.c index 83955a42..a02d453d 100644 --- a/proc/info.c +++ b/proc/info.c @@ -464,6 +464,9 @@ S_proc_getprocinfo (struct proc *callerp, break; } + /* Note that there are thread wait entries only for threads not marked + dead. */ + if (*flags & PI_FETCH_THREAD_WAITS) { /* See what thread I is waiting on. */ |