Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 01/06/2005 17:40:22
Module Name:	src
Committed By:	mycroft
Date:		Thu Jan  6 17:40:22 UTC 2005

Modified Files:
	src/lib/libpthread: pthread_run.c

Log Message:
Replace the even-odd test for incrementing unblockgen with a simple
blockgen!=unblockgen.  I'm not sure this is 100% correct, but it partly
alleviates a problem with multiple unblocks for the same thread getting
stacked up.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 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.