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