aboutsummaryrefslogtreecommitdiffstats
path: root/guts/nftw.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/nftw.c')
-rw-r--r--guts/nftw.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/guts/nftw.c b/guts/nftw.c
deleted file mode 100644
index 73daec8..0000000
--- a/guts/nftw.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Copyright (c) 2010 Wind River Systems; see
- * guts/COPYRIGHT for information.
- *
- * 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;
- * }
- */