Module Name: src
Committed By: kamil
Date: Sun Oct 2 17:28:57 UTC 2016
Modified Files:
src/doc: CHANGES
Log Message:
libc: Add <stdalign.h> and <stdnoreturn.h>.
These headers conform C1x (ISO/IEC 9899:201x).
To generate a diff of this commit:
cvs rdiff -u -r1.2187 -r1.2188 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2187 src/doc/CHANGES:1.2188
--- src/doc/CHANGES:1.2187 Thu Sep 29 20:44:06 2016
+++ src/doc/CHANGES Sun Oct 2 17:28:57 2016
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2187 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2188 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -367,3 +367,4 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
libc: Update to tzcode2016f. [christos 20160916]
nvme(4): NVMe driver is now MPSAFE. [jdolecek 20160918]
zoneinfo: Import tzdata2016g. [kre 20160929]
+ libc: Add <stdalign.h> and <stdnoreturn.h>. [kamil 20161002]