diff options
Diffstat (limited to 'bfs.h')
-rw-r--r-- | bfs.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -27,13 +27,6 @@ # define BFS_HOMEPAGE "https://github.com/tavianator/bfs" #endif -// Some portability concerns -#if __APPLE__ -# define st_atim st_atimespec -# define st_ctim st_ctimespec -# define st_mtim st_mtimespec -#endif - /** * A command line expression. */ |