summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-27 00:48:21 +0200
committerBruno Haible <bruno@clisp.org>2023-04-27 00:48:21 +0200
commitd70f555e34d9f4a9110e65dd5669fce701a61929 (patch)
treec530ff70e0566abb1c234777186be890b0405813 /ChangeLog
parent2c2f6738b579517f91bee29a22746012d90e9ad5 (diff)
downloadgnulib-d70f555e34d9f4a9110e65dd5669fce701a61929.tar.gz
fchdir tests: Fix test failure on native Windows.
* modules/fchdir-tests (Depends-on): Add dup.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 04c5243b2a..7a377b243f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2023-04-26 Bruno Haible <bruno@clisp.org>
+ fchdir tests: Fix test failure on native Windows.
+ * modules/fchdir-tests (Depends-on): Add dup.
+
+2023-04-26 Bruno Haible <bruno@clisp.org>
+
fclose: Make last change more maintainable.
* m4/fclose.m4 (gl_FUNC_FCLOSE): Define through AC_DEFUN_ONCE. Don't
modify REPLACE_FOPEN.