summaryrefslogtreecommitdiff
path: root/modules/fchownat
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-11-19 21:07:36 +0100
committerBruno Haible <bruno@clisp.org>2011-11-19 21:07:36 +0100
commite0009e0bab3ba98e053f7212dae3512912eb8507 (patch)
treed233c652e279a27dd87cfdda205f4ecbde4d511f /modules/fchownat
parent7697ebf52e6822e38246fe4fb0e4681c787de912 (diff)
downloadgnulib-e0009e0bab3ba98e053f7212dae3512912eb8507.tar.gz
Depend on module fcntl-h when AT_FDCWD is used.
* modules/utimens (Depends-on): Add fcntl-h. * modules/areadlinkat (Depends-on): Likewise. * modules/areadlinkat-with-size (Depends-on): Likewise. * modules/faccessat (Depends-on): Likewise. * modules/fchmodat (Depends-on): Likewise. * modules/fchownat (Depends-on): Likewise. * modules/getcwd (Depends-on): Likewise. * modules/mkdirat (Depends-on): Likewise. * modules/mkfifoat (Depends-on): Likewise. * modules/readlinkat (Depends-on): Likewise. * modules/symlinkat (Depends-on): Likewise. * modules/dup2-tests (Depends-on): Likewise. * modules/fdutimensat-tests (Depends-on): Likewise. * modules/futimens-tests (Depends-on): Likewise.
Diffstat (limited to 'modules/fchownat')
-rw-r--r--modules/fchownat1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/fchownat b/modules/fchownat
index b7ec6a60a9..886b6b36e8 100644
--- a/modules/fchownat
+++ b/modules/fchownat
@@ -14,6 +14,7 @@ at-internal [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
dosname [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
errno [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
fchdir [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
+fcntl-h [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
lchown [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
openat-die [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
openat-h [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]