summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@gnu.org>2015-02-01 15:44:23 +0100
committerAndreas Gruenbacher <agruen@gnu.org>2015-02-01 15:45:24 +0100
commit709458d9d9e6f24c8f781ecbf3c4027f63eab72b (patch)
tree780eb525adcb9c7f8964cd661962582d385f871d
parentde89dde09e25b610857076af375f291fedd9bb70 (diff)
downloadpatch-709458d9d9e6f24c8f781ecbf3c4027f63eab72b.tar.gz
Use gnulib faccessat module
* bootstrap.conf (gnulib_modules): Add faccessat.
-rw-r--r--bootstrap.conf1
-rw-r--r--m4/.gitignore4
2 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index d7fd5a7..91b3727 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -27,6 +27,7 @@ dup2
errno
exitfail
extensions
+faccessat
fchownat
fchmodat
fcntl-h
diff --git a/m4/.gitignore b/m4/.gitignore
index 8163301..f3498ce 100644
--- a/m4/.gitignore
+++ b/m4/.gitignore
@@ -258,3 +258,7 @@ xvasprintf.m4
/utimens.m4
/utimensat.m4
/utimes.m4
+/euidaccess.m4
+/faccessat.m4
+/getgroups.m4
+/group-member.m4