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