Module Name: src
Committed By: martin
Date: Sat Feb 4 14:42:43 UTC 2023
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Ticket #1583
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.44 -r1.1.2.45 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.44 src/doc/CHANGES-9.4:1.1.2.45
--- src/doc/CHANGES-9.4:1.1.2.44 Wed Feb 1 19:01:48 2023
+++ src/doc/CHANGES-9.4 Sat Feb 4 14:42:43 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.44 2023/02/01 19:01:48 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.45 2023/02/04 14:42:43 martin Exp $
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
release:
@@ -730,3 +730,10 @@ sys/arch/vax/boot/Makefile.inc 1.19
vax: make bootloader work on 8MB VAXen.
[tsutsui, ticket #1582]
+lib/libc/thread-stub/thread-stub.c 1.30
+
+ PR 57214: adjust the error return value of pthread_sigmask for
+ non libpthread usage.
+ [uwe, ticket #1583]
+
+