diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-06-13 23:12:00 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-06-13 23:12:00 +0530 |
commit | c204ab284bc3ef492f5a5201bd6131032bfd471a (patch) | |
tree | 5610a0063337e7dcdfddc81847ad4ae1cb24e832 | |
parent | f4a29fba078c48f9d4c78d06d2ed4bbdf95b3763 (diff) | |
download | glibc-c204ab284bc3ef492f5a5201bd6131032bfd471a.zip glibc-c204ab284bc3ef492f5a5201bd6131032bfd471a.tar.gz glibc-c204ab284bc3ef492f5a5201bd6131032bfd471a.tar.bz2 |
Fix NEWS entry about clock precision
Text by Roland McGrath.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 3 |
2 files changed, 7 insertions, 1 deletions
@@ -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 @@ -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. Version 2.17 |