Module Name: src
Committed By: martin
Date: Fri Jan 6 13:47:37 UTC 2023
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Ticket #1563
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.37 -r1.1.2.38 src/doc/CHANGES-9.4
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-9.4
diff -u src/doc/CHANGES-9.4:1.1.2.37 src/doc/CHANGES-9.4:1.1.2.38
--- src/doc/CHANGES-9.4:1.1.2.37 Tue Jan 3 18:29:21 2023
+++ src/doc/CHANGES-9.4 Fri Jan 6 13:47:36 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.37 2023/01/03 18:29:21 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.38 2023/01/06 13:47:36 martin Exp $
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
release:
@@ -535,3 +535,9 @@ lib/libc/locale/setlocale.3 1.22,1.23
century.
[nia, ticket #1561]
+lib/libc/gen/err.3 1.23
+
+ Add errc() and verrc() to the list of functions which do not return,
+ but exit() instead.
+ [kre, ticket #1563]
+