Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Christian Limpach <cl@netbsd.org>
List: source-changes
Date: 11/24/2003 23:54:13
Module Name:	src
Committed By:	cl
Date:		Mon Nov 24 23:54:13 UTC 2003

Modified Files:
	src/lib/libpthread: pthread_cond.c pthread_mutex.c pthread_rwlock.c
	    sem.c

Log Message:
Update mutex/rwlock/sem code to match recent change in cond code.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/lib/libpthread/pthread_cond.c
cvs rdiff -r1.16 -r1.17 src/lib/libpthread/pthread_mutex.c
cvs rdiff -r1.5 -r1.6 src/lib/libpthread/pthread_rwlock.c
cvs rdiff -r1.6 -r1.7 src/lib/libpthread/sem.c

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