summaryrefslogtreecommitdiff
path: root/src/ftw/nftw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ftw/nftw.c')
-rw-r--r--src/ftw/nftw.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/ftw/nftw.c b/src/ftw/nftw.c
deleted file mode 100644
index 463d9fe5..00000000
--- a/src/ftw/nftw.c
+++ /dev/null
@@ -1,15 +0,0 @@
-#if 0
-
-#include <ftw.h>
-
-int nftw(const char * path, int (*fn) (const char *, const struct stat *, int, struct FTW *), int fd_limit, int flags)
-{
- return __ftw(path, fn, fd_limit, flags);
-}
-
-/*
-XOPEN(400)
-*/
-
-
-#endif