Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 07/21/2003 22:17:15
Module Name: src
Committed By: nathanw
Date: Mon Jul 21 22:17:15 UTC 2003
Modified Files:
src/lib/libpthread: pthread.c
Log Message:
Use _sys_write() instead of write() in the assertion and error
functions, to avoid invoking the cancellation machinery in the middle
of trying to print an assertion or error message.
To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/lib/libpthread/pthread.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.