Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 12/24/2007 16:04:21
Module Name:	src
Committed By:	ad
Date:		Mon Dec 24 16:04:21 UTC 2007

Modified Files:
	src/lib/libpthread: pthread.c pthread_cancelstub.c pthread_cond.c
	    pthread_int.h sem.c

Log Message:
- Use pthread__cancelled() in more places.
- pthread_join(): assert that pthread_cond_wait() returns zero.


To generate a diff of this commit:
cvs rdiff -r1.94 -r1.95 src/lib/libpthread/pthread.c
cvs rdiff -r1.16 -r1.17 src/lib/libpthread/pthread_cancelstub.c
cvs rdiff -r1.39 -r1.40 src/lib/libpthread/pthread_cond.c
cvs rdiff -r1.63 -r1.64 src/lib/libpthread/pthread_int.h
cvs rdiff -r1.18 -r1.19 src/lib/libpthread/sem.c

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