diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2021-01-27 15:27:56 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2021-01-28 17:13:26 -0500 |
commit | 9bf75cee19b8d60d2b4f6260a8c2322cc8ca11db (patch) | |
tree | 0bc819909cb616b05ff013fbf1144dae7a13ec23 /util.h | |
parent | 3fcd7b010fd4f477582997d688cc415f76e70411 (diff) | |
download | bfs-9bf75cee19b8d60d2b4f6260a8c2322cc8ca11db.tar.xz |
dir: New DIR* facade
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -21,7 +21,6 @@ #ifndef BFS_UTIL_H #define BFS_UTIL_H -#include <dirent.h> #include <fcntl.h> #include <fnmatch.h> #include <regex.h> @@ -115,11 +114,6 @@ : BFS_FLEX_MAX(sizeof(type), BFS_FLEX_LB(type, member, length))) /** - * readdir() wrapper that makes error handling cleaner. - */ -int xreaddir(DIR *dir, struct dirent **de); - -/** * readlinkat() wrapper that dynamically allocates the result. * * @param fd |