This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: xlimits.h for embedded targets
On Thu, Oct 09, 1997 at 07:49:27AM -0500, Joel Sherrill wrote:
> The RTEMS limits.h file is technically dependent on the OS version. In
> practice, it doesn't change very often but it includes some limits from
> the threads and real-time extensions
FWIW, in glibc we handle this by having several smaller private
header files that are all included by the "main" limits.h. And
the same with quite a number of other headers as well.
Just a thought...
r~