Fix NEWS entry about clock precision

Text by Roland McGrath.
This commit is contained in:
Siddhesh Poyarekar 2013-06-13 23:12:00 +05:30
parent f4a29fba07
commit c204ab284b
2 changed files with 7 additions and 1 deletions

View File

@ -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

3
NEWS
View File

@ -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