On Jun 3, 2012, at 7:45 AM, Jonathan Wakely <jwakely....@gmail.com> wrote: > It's trivial to let it run and compare the fixed files to the > originals. On my system with a recent glibc I still see lots of > changes to limits.h, I assume they're not pointless and are worth > having.
I believe that gcc always supplies an internal limits.h which usually then directly includes the system limits.h regardless of whether the fixincludes script is used or not. JH