diff options
| author | Rich Felker <dalias@aerifal.cx> | 2012-09-07 23:55:11 -0400 | 
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2012-09-07 23:55:11 -0400 | 
| commit | 695111036821f73870d8d7b4ba072368fc8f7941 (patch) | |
| tree | 9152a8bb85debfd7ba4d61e0b655aee3b5845b2e | |
| parent | c1a9658bd19245ff0fb52d3da567815d822fb622 (diff) | |
| download | musl-695111036821f73870d8d7b4ba072368fc8f7941.tar.gz | |
remove unneeded judgemental commentary from ftw.h
| -rw-r--r-- | include/ftw.h | 4 | 
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 | 
