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