diff options
Diffstat (limited to 'src/ftw/nftw.c')
| -rw-r--r-- | src/ftw/nftw.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ftw/nftw.c b/src/ftw/nftw.c new file mode 100644 index 00000000..8966953c --- /dev/null +++ b/src/ftw/nftw.c @@ -0,0 +1,10 @@ +#include <ftw.h> + +int nftw(const char * path, int (*fn) (const char *, const struct stat *, int, struct FTW *), int fd_limit, int flags) +{ + return 0; +} + +/* +XOPEN(400) +*/ |
