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: 08/08/2001 19:38:17
Module Name:	basesrc
Committed By:	nathanw
Date:		Wed Aug  8 16:38:17 UTC 2001

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

Log Message:
Split pthread__start() into pthread__start() and pthread__init();
pthread__init() is the code that needs to run whenever the thread
library is linked in and usable; pthread__start() doesn't run until
the first new thread is created.


To generate a diff of this commit:
cvs rdiff -r1.1.2.7 -r1.1.2.8 basesrc/lib/libpthread/pthread.c

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