summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 639f3e2923..163a8e573a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,11 @@
2023-04-19 Bruno Haible <bruno@clisp.org>
- chown tests: Fix link error on mingw 10.
+ chown, lchown tests: Fix link error on mingw 10.
* modules/chown-tests (configure.ac): Test whether getgid() exists.
+ * modules/lchown-tests (configure.ac): Likewise.
* modules/fchownat-tests (configure.ac): Likewise.
* tests/test-chown.h (getgid): Define a fallback.
+ * tests/test-lchown.h (getgid): Likewise.
2023-04-19 Bruno Haible <bruno@clisp.org>