summaryrefslogtreecommitdiff
path: root/modules/linkat
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-11-04 18:11:03 +0100
committerBruno Haible <bruno@clisp.org>2011-11-04 18:11:03 +0100
commit630c05b0bf34b8feed301518d64a0b480f9d7a15 (patch)
tree041ceec373aec149dc3f97498150a5a299c9e7ae /modules/linkat
parent63c87db7747df8659ecbe5d69a50989d8655d064 (diff)
downloadgnulib-630c05b0bf34b8feed301518d64a0b480f9d7a15.tar.gz
openat, fchmodat, fchownat, linkat, renameat: Fix dependencies.
* modules/fchmodat (Depends-on): Add openat-die. * modules/fchownat (Depends-on): Likewise. * modules/linkat (Depends-on): Likewise. * modules/renameat (Depends-on): Likewise. * modules/openat (Depends-on): Add dirent.
Diffstat (limited to 'modules/linkat')
-rw-r--r--modules/linkat1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/linkat b/modules/linkat
index 3902e35f9e..0ec207ed59 100644
--- a/modules/linkat
+++ b/modules/linkat
@@ -20,6 +20,7 @@ fstat [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
fstatat [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
getcwd-lgpl [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
openat [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
+openat-die [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
link [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
link-follow [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
lstat [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]