Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc libc: Add the timespec_get function and TIME_UTC definit...



details:   https://anonhg.NetBSD.org/src/rev/bd4f37f2eea2
branches:  trunk
changeset: 818226:bd4f37f2eea2
user:      kamil <kamil%NetBSD.org@localhost>
date:      Tue Oct 04 09:55:56 2016 +0000

description:
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.

diffstat:

 doc/CHANGES |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 33accbc91a8a -r bd4f37f2eea2 doc/CHANGES
--- a/doc/CHANGES       Tue Oct 04 09:41:40 2016 +0000
+++ b/doc/CHANGES       Tue Oct 04 09:55:56 2016 +0000
@@ -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 @@
        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]



Home | Main Index | Thread Index | Old Index