From 642b5fb0007b64c77d186fcb018d571152ee1d47 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Mon, 14 Aug 2023 18:51:07 +0200 Subject: reorganization: first steps --- src/user/lib/include/ftw.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/user/lib/include/ftw.h (limited to 'src/user/lib/include/ftw.h') 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 - -int ftw(const char *dirpath, - int (*fn)(const char *fpath, const struct stat *sb, int typeflag), - int nopenfd); -- cgit v1.2.3