>From 1ff0bd82ddbff534902d981f4679b594c367991c Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 22 Jun 2022 01:46:37 +0200 Subject: [PATCH 4/4] fchmodat: Fix test failure on native Windows. * modules/fchmodat (Depends-on): Add 'chmod'. --- ChangeLog | 5 +++++ modules/fchmodat | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index c0de6e4703..07580e199a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2022-06-22 Bruno Haible + + fchmodat: Fix test failure on native Windows. + * modules/fchmodat (Depends-on): Add 'chmod'. + 2022-06-22 Bruno Haible chmod: Add tests. diff --git a/modules/fchmodat b/modules/fchmodat index a9d17312b6..4de4314859 100644 --- a/modules/fchmodat +++ b/modules/fchmodat @@ -15,6 +15,7 @@ unistd [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1] intprops [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1] c99 [test $REPLACE_FCHMODAT = 1] at-internal [test $HAVE_FCHMODAT = 0] +chmod [test $HAVE_FCHMODAT = 0] extern-inline [test $HAVE_FCHMODAT = 0] fchdir [test $HAVE_FCHMODAT = 0] filename [test $HAVE_FCHMODAT = 0] -- 2.25.1