Subject: CVS commit: src/lib/libpthread
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 05/27/2003 15:24:25
Module Name:	src
Committed By:	christos
Date:		Tue May 27 15:24:25 UTC 2003

Modified Files:
	src/lib/libpthread: pthread.c pthread_int.h pthread_run.c pthread_sa.c
	    pthread_sig.c

Log Message:
pass lint:
1. add new pthread__abort() and change pthread_assert(0) to it.
2. put constcond in the right place (in the macro).
3. no space after pthread__assert macro.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/lib/libpthread/pthread.c
cvs rdiff -r1.11 -r1.12 src/lib/libpthread/pthread_int.h
cvs rdiff -r1.9 -r1.10 src/lib/libpthread/pthread_run.c
cvs rdiff -r1.8 -r1.9 src/lib/libpthread/pthread_sa.c
cvs rdiff -r1.13 -r1.14 src/lib/libpthread/pthread_sig.c

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