summaryrefslogtreecommitdiffstats
path: root/support/include/xstat.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/include/xstat.h')
-rw-r--r--support/include/xstat.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/support/include/xstat.h b/support/include/xstat.h
new file mode 100644
index 0000000..f1241bb
--- /dev/null
+++ b/support/include/xstat.h
@@ -0,0 +1,11 @@
+/*
+ * Copyright (C) 2019 Trond Myklebust <trond.myklebust@hammerspace.com>
+ */
+#ifndef XSTAT_H
+#define XSTAT_H
+
+struct stat;
+
+int xlstat(const char *pathname, struct stat *statbuf);
+int xstat(const char *pathname, struct stat *statbuf);
+#endif