mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
Fix NEWS entry about clock precision
Text by Roland McGrath.
This commit is contained in:
parent
f4a29fba07
commit
c204ab284b
@ -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
3
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.
|
||||
|
||||
Version 2.17
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user