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