libc: Add the timespec_get function and TIME_UTC definition in the

<time.h> header. Enable unconditionally the timespec struct
      definition in <time.h>. Changes conform to the C11 standard.
This commit is contained in:
kamil 2016-10-04 09:55:56 +00:00
parent 7f4b5eb156
commit 3f2b401a31
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2191 $>
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2192 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@ -373,3 +373,7 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
mntva(4): Add driver for MNTMN VA2000 FPGA-based graphics card for
Amiga computers with Zorro slot. Supports accelerated wsdisplay
console and wsfb-based X11. [rkujawa 20161003]
libc: Add the timespec_get function and TIME_UTC definition in the
<time.h> header. Enable unconditionally the timespec struct
definition in <time.h>. Changes conform to the C11 standard.
[kamil 20161004]