]> Savannah Git Hosting - gnulib.git/commitdiff
fchmodat: Fix test failure on native Windows.
authorBruno Haible <bruno@clisp.org>
Tue, 21 Jun 2022 23:46:37 +0000 (01:46 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 31 Aug 2022 23:15:24 +0000 (01:15 +0200)
* modules/fchmodat (Depends-on): Add 'chmod'.

ChangeLog
modules/fchmodat

index dac028a353d196c09e58fcdfbf12006af0baf266..20d5f58e52e568b64fdc2782ca56401c7984d942 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-06-22  Bruno Haible  <bruno@clisp.org>
+
+       fchmodat: Fix test failure on native Windows.
+       * modules/fchmodat (Depends-on): Add 'chmod'.
+
 2022-06-22  Bruno Haible  <bruno@clisp.org>
 
        chmod: Add tests.
index 072d148be1c86806ee7aab419c5abf8528a6c09d..40b6564dda2df212a44c16daef397371c85aaef5 100644 (file)
@@ -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]