summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-11-10 20:20:02 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-11-10 20:20:02 +0000
commit14f7ef9d17d36fbee034543c9fc57240fb2a6d14 (patch)
tree0747eee6a4654af9d5cdf708abcdee2b888606d2 /lib/ChangeLog
parentaad084f10fd6066de66d27524e39b8ab4c364c18 (diff)
downloadcoreutils-14f7ef9d17d36fbee034543c9fc57240fb2a6d14.tar.xz
gethrxtime now uses gettime
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 8a3d9c8d6..e42f81ae5 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,12 @@
+2005-11-10 Paul Eggert <eggert@cs.ucla.edu>
+
+ * 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 <eggert@cs.ucla.edu>
* posixtm.h (PDS_PRE_2000): New macro.