Module Name: src
Committed By: martin
Date: Fri Jan 6 13:52:44 UTC 2023
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1782
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.160 -r1.1.2.161 src/doc/CHANGES-8.3
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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.160 src/doc/CHANGES-8.3:1.1.2.161
--- src/doc/CHANGES-8.3:1.1.2.160 Tue Jan 3 18:12:45 2023
+++ src/doc/CHANGES-8.3 Fri Jan 6 13:52:44 2023
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.160 2023/01/03 18:12:45 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.161 2023/01/06 13:52:44 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -2995,3 +2995,9 @@ lib/libc/locale/setlocale.3 1.22,1.23
century.
[nia, ticket #1780]
+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 #1782]
+