summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--modules/posixtm-tests1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c21a9730e..7856e350c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2023-04-20 Bruno Haible <bruno@clisp.org>
+ posixtm tests: Fix link error.
+ * modules/posixtm-tests (Depends-on): Add stpcpy.
+
+2023-04-20 Bruno Haible <bruno@clisp.org>
+
readtokens tests: Fix test failure on mingw.
* tests/test-readtokens.sh: Transform CRLF to LF in the output, before
comparing with the expected output.
diff --git a/modules/posixtm-tests b/modules/posixtm-tests
index 7f5ada5593..de5a84a333 100644
--- a/modules/posixtm-tests
+++ b/modules/posixtm-tests
@@ -6,6 +6,7 @@ Depends-on:
intprops
setenv
stdint
+stpcpy
strftime
configure.ac: