summaryrefslogtreecommitdiffstats
path: root/Compat.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2020-11-07 22:51:46 +0100
committerBenBE <BenBE@geshi.org>2020-11-24 19:05:48 +0100
commit98fce1fb43d66f5c74090094be589fe7f859ed20 (patch)
treeadde56c11013849ba9b923486d4a8252c92c5266 /Compat.h
parent09fe94da18d33d2c4e1fe415e8346fa99b9944b4 (diff)
Compatibility function for faccessat
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,

© 2014-2024 Faster IT GmbH | imprint | privacy policy