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