Module Name: src
Committed By: wiz
Date: Fri Oct 28 09:44:53 UTC 2022
Modified Files:
src/doc: CHANGES
Log Message:
mention reallocarray change
To generate a diff of this commit:
cvs rdiff -u -r1.2923 -r1.2924 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.2923 src/doc/CHANGES:1.2924
--- src/doc/CHANGES:1.2923 Wed Oct 19 18:16:01 2022
+++ src/doc/CHANGES Fri Oct 28 09:44:52 2022
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2923 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2924 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -709,3 +709,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
recent. [mrg 20221015]
evbarm: Add support for Oracle Cloud virtual machines.
[jmcneill 20221015]
+ libc: put reallocarray(3) in the public namespace