aboutsummaryrefslogtreecommitdiffstats
path: root/guts/__lxstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/__lxstat.c')
-rw-r--r--guts/__lxstat.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/guts/__lxstat.c b/guts/__lxstat.c
deleted file mode 100644
index 32b0301..0000000
--- a/guts/__lxstat.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * 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);
-
-/*
- * }
- */