Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-2] src/lib/libpthread
Module Name: src
Committed By: tron
Date: Fri Apr 8 21:56:12 UTC 2005
Modified Files:
src/lib/libpthread [netbsd-2]: pthread_alarms.c
Log Message:
Pull up revision 1.11 (requested by nathanw in ticket #1064):
Avoid passing zero-valued timespecs to timer_settime() when we want to set
a timer, as that will clear the timer instead. Pass in a safely in-the-past
value instead.
Addresses PR lib/28700.
(XXX passing in values between 0 and 1000 nanoseconds will still fail, but
that bug needs to be fixed in timer_settime(), not here)
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.9.4.1 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.
Home |
Main Index |
Thread Index |
Old Index