summaryrefslogtreecommitdiff
path: root/src/user/lib/include/ftw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/lib/include/ftw.h')
-rw-r--r--src/user/lib/include/ftw.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/user/lib/include/ftw.h b/src/user/lib/include/ftw.h
deleted file mode 100644
index 6dc8132..0000000
--- a/src/user/lib/include/ftw.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#pragma once
-#include <sys/stat.h>
-
-int ftw(const char *dirpath,
- int (*fn)(const char *fpath, const struct stat *sb, int typeflag),
- int nopenfd);