Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Christian Limpach <cl@netbsd.org>
List: source-changes
Date: 10/29/2003 18:53:35
Module Name:	src
Committed By:	cl
Date:		Wed Oct 29 18:53:35 UTC 2003

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

Log Message:
remove incorrect assert:
regular threads can block in the kernel while holding (libpthread) locks
and have to be continued

XXX if the blocked upcall is preempted, the blocked threads syscall
XXX return value can get lost


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/lib/libpthread/pthread_sa.c

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