Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 02/15/2007 15:39:43
Module Name:	src
Committed By:	yamt
Date:		Thu Feb 15 15:39:43 UTC 2007

Modified Files:
	src/lib/libpthread: TODO pthread.c

Log Message:
fix a race between pthread_exit and pthread_create.
inefficient, but better than crashing.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/lib/libpthread/TODO
cvs rdiff -r1.59 -r1.60 src/lib/libpthread/pthread.c

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