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: 02/08/2002 09:24:44
Module Name:	basesrc
Committed By:	nathanw
Date:		Fri Feb  8 07:24:44 UTC 2002

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

Log Message:
Make pthread__upcall() non-static; it didn't really serve any purpose
for it to be static, and made debugging more annoying.

Wrap counters in #ifdef PTHREAD__DEBUG, so that libpthread builds
when that's not defined.

Add a little bit of debugging information.


To generate a diff of this commit:
cvs rdiff -r1.1.2.16 -r1.1.2.17 basesrc/lib/libpthread/pthread_sa.c

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