]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix NEWS entry about clock precision
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 13 Jun 2013 17:42:00 +0000 (23:12 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 13 Jun 2013 17:42:00 +0000 (23:12 +0530)
Text by Roland McGrath.

ChangeLog
NEWS

index b32cced76f62535eaec1a726a159b498737fea77..985173df5e8d6d8b26c8ad0d0e9a511eeeeb5501 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+       * NEWS: Fix note on clock function precision.  Text by Roland
+       McGrath.
+
 2013-06-13  Roland McGrath  <roland@hack.frob.com>
 
        * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
diff --git a/NEWS b/NEWS
index 587fa3a59471b27d9b9a7529781b30f11db4a808..42dfecea985bbef651482e6663f20f910acd92a6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -43,7 +43,8 @@ Version 2.18
 * New <math.h> macro named issignaling to check for a signaling NaN (sNaN).
   It is based on draft TS 18661 and currently enabled as a GNU extension.
 
-* Improved precision of the clock() function on Linux.
+* On Linux, the clock function now uses the clock_gettime system call
+  for improved precision, rather than old times system call.
 \f
 Version 2.17