summaryrefslogtreecommitdiffstats
path: root/Compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'Compat.h')
-rw-r--r--Compat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Compat.h b/Compat.h
index c0085d5c..e513b1d3 100644
--- a/Compat.h
+++ b/Compat.h
@@ -11,6 +11,11 @@ in the source distribution for its full text.
#include <sys/stat.h>
+int Compat_faccessat(int dirfd,
+ const char* pathname,
+ int mode,
+ int flags);
+
int Compat_fstatat(int dirfd,
const char* dirpath,
const char* pathname,