Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 03/02/2007 17:47:40
Module Name:	src
Committed By:	ad
Date:		Fri Mar  2 17:47:40 UTC 2007

Modified Files:
	src/lib/libpthread: TODO pthread_cond.c

Log Message:
Don't grab the state lock to check for cancellation around condition
variables, as _lwp_wakeup/lwp_park provide the necessary barrier.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/lib/libpthread/TODO
cvs rdiff -r1.20 -r1.21 src/lib/libpthread/pthread_cond.c

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