+2023-04-19 Bruno Haible <bruno@clisp.org>
+
+ 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>
ctime: Fix compilation errors in C++ mode on mingw 10.