summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-12-24 16:46:27 +0100
committerBruno Haible <bruno@clisp.org>2021-12-24 16:46:27 +0100
commitda9fa9b9fc07fd7f7c6bfe23396e661dc325087e (patch)
tree95d6233ca064f0d4f138536a50093833902caee3 /ChangeLog
parent5b8b737d00e060f7686226577fcec020f4e0e194 (diff)
downloadgnulib-da9fa9b9fc07fd7f7c6bfe23396e661dc325087e.tar.gz
qsort_r: Fix compilation error with SunPRO C++ on Solaris 10.
* lib/stdlib.in.h (_gl_qsort_r_compar_fn): New type. (qsort_r): Use it. * tests/test-stdlib-c++.cc (qsort_r): Don't test with SunPRO C++.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 66b7fd49ab..43d28ec213 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2021-12-24 Bruno Haible <bruno@clisp.org>
+ qsort_r: Fix compilation error with SunPRO C++ on Solaris 10.
+ * lib/stdlib.in.h (_gl_qsort_r_compar_fn): New type.
+ (qsort_r): Use it.
+ * tests/test-stdlib-c++.cc (qsort_r): Don't test with SunPRO C++.
+
+2021-12-24 Bruno Haible <bruno@clisp.org>
+
threads-h tests: Avoid clang warnings.
* tests/test-threads.c (main): Add 'default' to switch statements.