Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 01/06/2005 17:33:36
Module Name: src
Committed By: mycroft
Date: Thu Jan 6 17:33:36 UTC 2005
Modified Files:
src/lib/libpthread: pthread_alarms.c pthread_cond.c pthread_sleep.c
Log Message:
gettimeofday();TIMEVAL_TO_TIMESPEC(); is exactly equivalent to
clock_gettime(CLOCK_REALTIME), except the latter may have more preicison
some day. So, use that.
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/lib/libpthread/pthread_alarms.c
cvs rdiff -r1.17 -r1.18 src/lib/libpthread/pthread_cond.c
cvs rdiff -r1.5 -r1.6 src/lib/libpthread/pthread_sleep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.