aboutsummaryrefslogtreecommitdiffstats
path: root/guts/nftw.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/nftw.c')
-rw-r--r--guts/nftw.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/guts/nftw.c b/guts/nftw.c
new file mode 100644
index 0000000..8d535b7
--- /dev/null
+++ b/guts/nftw.c
@@ -0,0 +1,11 @@
+/*
+ * static int
+ * wrap_nftw(const char *path, int (*fn)(const char *, const struct stat *, int, struct FTW *), int nopenfd, int flag) {
+ * int rc = -1;
+ */
+
+ rc = real_nftw(path, fn, nopenfd, flag);
+
+/* return rc;
+ * }
+ */