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