diff options
| author | martin <martin@NetBSD.org> | 2022-05-17 13:49:43 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2022-05-17 13:49:43 +0000 |
| commit | 7013e3d9b4ad18fd5ef728c755f84ab1fa006adf (patch) | |
| tree | 54085cbdeb4712bea278682d7709a6320a0f5f9c | |
| parent | f932742206736bc8d83200c899d1c30e645663ca (diff) | |
Ticket #1453
| -rw-r--r-- | doc/CHANGES-9.3 | 7 |
1 files changed, 6 insertions, 1 deletions
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] + |
