From: Paul Eggert Date: Thu, 10 Nov 2005 20:20:02 +0000 (+0000) Subject: gethrxtime now uses gettime X-Git-Tag: v6.0~1380 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14f7ef9d17d36fbee034543c9fc57240fb2a6d14;p=thirdparty%2Fcoreutils.git gethrxtime now uses gettime --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 8a3d9c8d6e..e42f81ae59 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2005-11-10 Paul Eggert + + * gethrxtime.c: Include "timespec.h" rather than the sys/time / time + business. + (gethrxtime) [! (HAVE_NANOUPTIME + || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME) + || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling + our own approximation. + 2005-11-01 Paul Eggert * posixtm.h (PDS_PRE_2000): New macro.