aboutsummaryrefslogtreecommitdiffstats
path: root/guts/__xstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/__xstat.c')
-rw-r--r--guts/__xstat.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/guts/__xstat.c b/guts/__xstat.c
new file mode 100644
index 0000000..ef2e363
--- /dev/null
+++ b/guts/__xstat.c
@@ -0,0 +1,11 @@
+/*
+ * static int
+ * wrap___xstat(int ver, const char *path, struct stat *buf) {
+ * int rc = -1;
+ */
+
+ rc = wrap___fxstatat(ver, AT_FDCWD, path, buf, 0);
+
+/* return rc;
+ * }
+ */