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/0376728a7dd9
branches: trunk
changeset: 348084:0376728a7dd9
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 d43b2fac3e04 -r 0376728a7dd9 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