summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-20 02:29:26 +0200
committerBruno Haible <bruno@clisp.org>2023-04-20 02:29:26 +0200
commitb3774862952b27e3513b3ef82414d56bcae3b665 (patch)
treede8223564761f2428fb5835f415f6bb192669e59 /modules
parent57d2a227e2ef996dd493822ab5ad54f3e712a3b1 (diff)
downloadgnulib-b3774862952b27e3513b3ef82414d56bcae3b665.tar.gz
chown tests: Fix link error on mingw 10.
* modules/chown-tests (configure.ac): Test whether getgid() exists. * modules/fchownat-tests (configure.ac): Likewise. * tests/test-chown.h (getgid): Define a fallback.
Diffstat (limited to 'modules')
-rw-r--r--modules/chown-tests2
-rw-r--r--modules/fchownat-tests2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/chown-tests b/modules/chown-tests
index 1fa6e44bc7..d013be17e7 100644
--- a/modules/chown-tests
+++ b/modules/chown-tests
@@ -16,7 +16,7 @@ stdckdint
symlink
configure.ac:
-AC_CHECK_FUNCS_ONCE([getegid])
+AC_CHECK_FUNCS_ONCE([getgid getegid])
Makefile.am:
TESTS += test-chown
diff --git a/modules/fchownat-tests b/modules/fchownat-tests
index f498efaf66..f11d02cdde 100644
--- a/modules/fchownat-tests
+++ b/modules/fchownat-tests
@@ -17,7 +17,7 @@ stdckdint
symlink
configure.ac:
-AC_CHECK_FUNCS_ONCE([getegid])
+AC_CHECK_FUNCS_ONCE([getgid getegid])
Makefile.am:
TESTS += test-fchownat