Subject: CVS commit: [nathanw_sa] src/lib/libpthread
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 12/20/2002 03:06:20
Module Name:	src
Committed By:	nathanw
Date:		Fri Dec 20 01:06:19 UTC 2002

Modified Files:
	src/lib/libpthread [nathanw_sa]: pthread.c pthread_run.c

Log Message:
Set the type of an idle thread to PT_THREAD_IDLE only when it is created,
not every time it's scheduled (left over from vestigal any-thread-can-be-idle
code).


To generate a diff of this commit:
cvs rdiff -r1.1.2.35 -r1.1.2.36 src/lib/libpthread/pthread.c
cvs rdiff -r1.1.2.18 -r1.1.2.19 src/lib/libpthread/pthread_run.c

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