From 286e17fd95f692b2759ac36ef4d8f5defee8a6db Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sun, 12 May 1996 17:27:04 +0000 Subject: Frob comment. --- libps/procstat.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libps/procstat.c') diff --git a/libps/procstat.c b/libps/procstat.c index 9c674bf2..8060faf6 100644 --- a/libps/procstat.c +++ b/libps/procstat.c @@ -446,7 +446,9 @@ get_thread_info (struct procinfo *pi, unsigned index) } /* Returns a pointer to the Nth entry in the '\0'-separated vector of strings - in ARGZ & ARGZ_LEN. */ + in ARGZ & ARGZ_LEN. Note that we don't have to do the bit with only + counting non-dead threads like get_thread_info does, because the + thread_waits string vector only contains entries for live threads. */ char * get_thread_wait (char *waits, size_t waits_len, unsigned n) { -- cgit v1.2.3