Subject: CVS commit: src/lib/libpthread
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 04/23/2003 19:35:48
Module Name:	src
Committed By:	nathanw
Date:		Wed Apr 23 19:35:48 UTC 2003

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

Log Message:
Introduce a pthread__error() macro, for detected application errors as
opposed to internal errors. The setting of the PTHREAD_ERRORMODE
environment variable determines the runtime behavior. Valid settings
are "ignore", "abort", and "print". The default is currently "abort".


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/lib/libpthread/pthread.c
cvs rdiff -r1.10 -r1.11 src/lib/libpthread/pthread_int.h

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