From 626e94afb65df51e0685efe105e57bb72e23fb2f Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sun, 12 May 1996 17:22:31 +0000 Subject: (S_proc_getprocinfo): Add comment. --- proc/info.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'proc') 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. */ -- cgit v1.2.3