summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3cd50b84f..a5c9606cc8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2022-09-18 Bruno Haible <bruno@clisp.org>
+ stdbool: Ensure that 'true' can be used in the preprocessor.
+ * lib/stdbool.in.h (true): Redefine if it does not evaluate to 1 in the
+ preprocessor.
+
+2022-09-18 Bruno Haible <bruno@clisp.org>
+
signal: Fix a C++ compilation error due to sched_yield on OpenBSD 6.0.
* lib/signal.in.h: On OpenBSD, include <sys/param.h>. Don't include
<pthread.h> on OpenBSD ≥ 5.1.