summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-09-17 21:31:53 +0200
committerBruno Haible <bruno@clisp.org>2022-09-17 21:32:24 +0200
commitc35dea1c891af38e12f4c423fb84e06760e80b70 (patch)
treec1fd5c8c340ec3b3ab7dc6db941b54eda08c7398 /ChangeLog
parent1c737f6aff698c60bad509067b1b74fd7a919f3c (diff)
downloadgnulib-c35dea1c891af38e12f4c423fb84e06760e80b70.tar.gz
time C++ tests: Fix link error on CentOS 5.
* modules/time-c++-tests (Makefile.am): Link test-time-c++ against $(LIB_CLOCK_GETTIME).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a995e6844b..8e7283b2e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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).
+
2022-09-14 Bruno Haible <bruno@clisp.org>
time: Fix compilation errors with clang/MSVC.