Subject: CVS commit: src/lib/libpthread
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 04/07/2003 22:41:23
Module Name: src
Committed By: nathanw
Date: Mon Apr 7 19:41:23 UTC 2003
Modified Files:
src/lib/libpthread: pthread_alarms.c
Log Message:
Consistently use pthread__assert() rather than err() to assert that
timer_settime() worked, and don't bother calling err() after a
pthread__assert() call.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/lib/libpthread/pthread_alarms.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.