aboutsummaryrefslogtreecommitdiffstats
path: root/guts/scandir64.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/scandir64.c')
-rw-r--r--guts/scandir64.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/guts/scandir64.c b/guts/scandir64.c
deleted file mode 100644
index 1317b73..0000000
--- a/guts/scandir64.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Copyright (c) 2010 Wind River Systems; see
- * guts/COPYRIGHT for information.
- *
- * static int
- * wrap_scandir64(const char *path, struct dirent64 ***namelist, int (*filter)(const struct dirent64 *), int (*compar)(const void *, const void *)) {
- * int rc = -1;
- */
-
- rc = real_scandir64(path, namelist, filter, compar);
-
-/* return rc;
- * }
- */