From 7013e3d9b4ad18fd5ef728c755f84ab1fa006adf Mon Sep 17 00:00:00 2001 From: martin Date: Tue, 17 May 2022 13:49:43 +0000 Subject: Ticket #1453 --- doc/CHANGES-9.3 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-9.3 b/doc/CHANGES-9.3 index d4186c8e438..a77d3fd23e0 100644 --- a/doc/CHANGES-9.3 +++ b/doc/CHANGES-9.3 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.3,v 1.1.2.94 2022/05/17 12:11:08 bouyer Exp $ +# $NetBSD: CHANGES-9.3,v 1.1.2.95 2022/05/17 13:49:43 martin Exp $ A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3 release: @@ -1664,3 +1664,8 @@ libexec/mail.local/mail.local.c 1.29 Thanks to Jan Schaumann for bringing this to our attention. [kre, ticket #1455] +common/lib/libc/atomic/atomic_c11_compare_exchange_cas_32.c 1.5 + + Fix the copy&paste error in ticket #1451. + [skrll, ticket #1453] + -- cgit