summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-02-11 18:48:08 +0100
committerBruno Haible <bruno@clisp.org>2023-02-11 18:48:08 +0100
commita23f65d414e5839fe4027adc9d506f15c67882bb (patch)
treea290791b5b8bd10dca4f5b92b7a1ecf6b463313b /ChangeLog
parent03257cffa06276be7e7b12180245312e3094b342 (diff)
downloadgnulib-a23f65d414e5839fe4027adc9d506f15c67882bb.tar.gz
sigsegv: Fix a compilation error on OpenBSD with clang ≥ 16.
* lib/sigsegv.c (install_for): Add a cast when assigning to action.sa_sigaction.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d2f1bde3d..70763b0955 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-02-11 Bruno Haible <bruno@clisp.org>
+
+ sigsegv: Fix a compilation error on OpenBSD with clang ≥ 16.
+ * lib/sigsegv.c (install_for): Add a cast when assigning to
+ action.sa_sigaction.
+
2023-02-10 Bruno Haible <bruno@clisp.org>
Fix code duplication in last commit.