From 98fce1fb43d66f5c74090094be589fe7f859ed20 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sat, 7 Nov 2020 22:51:46 +0100 Subject: Compatibility function for faccessat --- Compat.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Compat.h') 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 +int Compat_faccessat(int dirfd, + const char* pathname, + int mode, + int flags); + int Compat_fstatat(int dirfd, const char* dirpath, const char* pathname, -- cgit v1.2.3