simplify some logic in scanf and remove redundant invalid-format check
[musl] / include / ftw.h
index f5eb9f6..c8eadbc 100644 (file)
@@ -6,10 +6,6 @@ extern "C" {
 #endif
 
 #include <features.h>
-
-/* Normally we do not nest header includes. However useless bloat
- * like ftw may be treated as a special case. Otherwise we would
- * have to deal with duplicating all the stat.h mess. */
 #include <sys/stat.h>
 
 #define FTW_F   1