Subject: CVS commit: [nathanw_sa] src/lib/libpthread
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/07/2003 19:25:38
Module Name:	src
Committed By:	thorpej
Date:		Tue Jan  7 17:25:37 UTC 2003

Modified Files:
	src/lib/libpthread [nathanw_sa]: Makefile pthread.h pthread_types.h
Added Files:
	src/lib/libpthread [nathanw_sa]: pthread_barrier.c

Log Message:
Implement the pthread_barrier API.


To generate a diff of this commit:
cvs rdiff -r1.8.2.19 -r1.8.2.20 src/lib/libpthread/Makefile
cvs rdiff -r1.1.2.17 -r1.1.2.18 src/lib/libpthread/pthread.h
cvs rdiff -r0 -r1.1.2.1 src/lib/libpthread/pthread_barrier.c
cvs rdiff -r1.1.2.11 -r1.1.2.12 src/lib/libpthread/pthread_types.h

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