summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-09-07 23:55:11 -0400
committerRich Felker <dalias@aerifal.cx>2012-09-07 23:55:11 -0400
commit695111036821f73870d8d7b4ba072368fc8f7941 (patch)
tree9152a8bb85debfd7ba4d61e0b655aee3b5845b2e /include
parentc1a9658bd19245ff0fb52d3da567815d822fb622 (diff)
downloadmusl-695111036821f73870d8d7b4ba072368fc8f7941.tar.gz
remove unneeded judgemental commentary from ftw.h
Diffstat (limited to 'include')
-rw-r--r--include/ftw.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/ftw.h b/include/ftw.h
index f5eb9f67..c8eadbc9 100644
--- a/include/ftw.h
+++ b/include/ftw.h
@@ -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