aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/guts/__lxstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/linux/guts/__lxstat.c')
-rw-r--r--ports/linux/guts/__lxstat.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/ports/linux/guts/__lxstat.c b/ports/linux/guts/__lxstat.c
new file mode 100644
index 0000000..32b0301
--- /dev/null
+++ b/ports/linux/guts/__lxstat.c
@@ -0,0 +1,14 @@
+/*
+ * Copyright (c) 2008-2010 Wind River Systems; see
+ * guts/COPYRIGHT for information.
+ *
+ * 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);
+
+/*
+ * }
+ */