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