Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libpthread
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.
Home |
Main Index |
Thread Index |
Old Index