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: 04/11/2002 05:52:46
Module Name:	basesrc
Committed By:	nathanw
Date:		Thu Apr 11 02:52:46 UTC 2002

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

Log Message:
Revert weak aliases.

Recycle the thread structures and stacks of threads that have been put on
on the dead queue, so that pthread_create() ... pthread_join() isn't a
resource leak.


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

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