gcc.c
146 KB
-
I've backed out of including stat.h via system.h because stat.h can define... · c5801053
I've backed out of including stat.h via system.h because stat.h can define static functions (eg on x86 svr4 according to jfc@mit.edu) causing code bloat. * system.h: Remove sys/stat.h. * gcc.c: Add sys/stat.h. From-SVN: r18289
Kaveh R. Ghazi committed