aboutsummaryrefslogtreecommitdiffstats
path: root/guts/__lxstat64.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/__lxstat64.c')
-rw-r--r--guts/__lxstat64.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/guts/__lxstat64.c b/guts/__lxstat64.c
deleted file mode 100644
index ac1f782..0000000
--- a/guts/__lxstat64.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Copyright (c) 2008-2010 Wind River Systems; see
- * guts/COPYRIGHT for information.
- *
- * static int
- * wrap___lxstat64(int ver, const char *path, struct stat64 *buf) {
- * int rc = -1;
- */
-
- rc = wrap___fxstatat64(ver, AT_FDCWD, path, buf, AT_SYMLINK_NOFOLLOW);
-
-/*
- * }
- */