summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-09-18 02:32:13 +0200
committerBruno Haible <bruno@clisp.org>2022-09-18 02:32:13 +0200
commitf45977f3dcb53568c0e89b60b1ab71c91b7399b8 (patch)
tree9a4df6ffab8256e98c4b9c1d62524a029103ca38 /ChangeLog
parentc35dea1c891af38e12f4c423fb84e06760e80b70 (diff)
downloadgnulib-f45977f3dcb53568c0e89b60b1ab71c91b7399b8.tar.gz
swab: Fix compilation error with Sun C++ on Solaris 11.3.
* lib/unistd.in.h (swab): For the C++ declaration, under Solaris 11 but not under Solaris 10, test also __XOPEN_OR_POSIX.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e7283b2e9..6c634029cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2022-09-17 Bruno Haible <bruno@clisp.org>
+ swab: Fix compilation error with Sun C++ on Solaris 11.3.
+ * lib/unistd.in.h (swab): For the C++ declaration, under Solaris 11 but
+ not under Solaris 10, test also __XOPEN_OR_POSIX.
+
+2022-09-17 Bruno Haible <bruno@clisp.org>
+
time C++ tests: Fix link error on CentOS 5.
* modules/time-c++-tests (Makefile.am): Link test-time-c++ against
$(LIB_CLOCK_GETTIME).