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
_______________________________________________
rtems-devel mailing list
[email protected]
http://www.rtems.org/mailman/listinfo/rtems-devel

Reply via email to