Subject: CVS commit: [nathanw_sa] basesrc/lib/libpthread
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 07/26/2001 02:53:01
Module Name:	basesrc
Committed By:	nathanw
Date:		Wed Jul 25 23:53:01 UTC 2001

Modified Files:
	basesrc/lib/libpthread [nathanw_sa]: pthread_cond.c pthread_mutex.c

Log Message:
Stadardize and clean up use of ERRORCHECK.
Implement pthread_{cond,mutex}attr_{init,destroy} and make the relevant
functions check for their validity.
(No non-default attribute values are supported, but these interfaces
 are required anyway).


To generate a diff of this commit:
cvs rdiff -r1.1.2.1 -r1.1.2.2 basesrc/lib/libpthread/pthread_cond.c
cvs rdiff -r1.1.2.4 -r1.1.2.5 basesrc/lib/libpthread/pthread_mutex.c

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