Subject: CVS commit: src/lib/libpthread
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 04/08/2003 00:29:49
Module Name:	src
Committed By:	nathanw
Date:		Mon Apr  7 21:29:49 UTC 2003

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

Log Message:
When threads are started, register an atfork callback to clear
pthread__started in the child process. This lets sleep() work in the
child, as required by POSIX.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/lib/libpthread/pthread.c

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