Subject: CVS commit: [nathanw_sa] basesrc/lib/libpthread
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 12/16/2002 20:32:22
Module Name:	basesrc
Committed By:	nathanw
Date:		Mon Dec 16 18:32:22 UTC 2002

Modified Files:
	basesrc/lib/libpthread [nathanw_sa]: pthread_run.c pthread_sa.c

Log Message:
Don't let pthread__sched_idle2 operate on a thread that's part of a
interrupted chain (pt_next != NULL). Clear pt_next when removing an idle
thread from the chain.


To generate a diff of this commit:
cvs rdiff -r1.1.2.17 -r1.1.2.18 basesrc/lib/libpthread/pthread_run.c
cvs rdiff -r1.1.2.33 -r1.1.2.34 basesrc/lib/libpthread/pthread_sa.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.