Subject: CVS commit: [nathanw_sa] basesrc/lib/libpthread
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 10/22/2002 04:31:39
Module Name:	basesrc
Committed By:	nathanw
Date:		Tue Oct 22 01:31:39 UTC 2002

Modified Files:
	basesrc/lib/libpthread [nathanw_sa]: pthread_alarms.c

Log Message:
In pthread__alarm_process(), initialize "next" to the same value as "iterator",
so that the timer *always* gets reset, even if the current time is before
the first timer on the list.

XXX the situation that this avoids shouldn't happen and should be looked into
XXX more closely.


To generate a diff of this commit:
cvs rdiff -r1.1.2.5 -r1.1.2.6 basesrc/lib/libpthread/pthread_alarms.c

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