<limits.h>
Chris Johns
chrisj at rtems.org
Thu Jul 18 22:17:07 UTC 2013
Sebastian Huber wrote:
> Hello,
>
> the header file <rtems/score/coremsg.h> included <limits.h>. I moved the
> implementation specific content to <rtems/score/coremsgimpl.h>. Due to
> this the include of <limits.h> is no longer necessary. A lot of files
> didn't include <limits.h> directly and assumed that some RTEMS header
> already included it.
>
> Should we include <limits.h> in <rtems/score/basedefs.h> to not break
> application source files with this change?
>
For 4.11 yes. Then we should revisit it and consider removing it from
basedefs. The issue is not so much us but user code being dependent on
it without knowing.
Chris
More information about the devel
mailing list