Re: [PATCH] objectdata.h, objectimpl.h: Change structure member from free to deallocate

2020-02-13 Thread Sebastian Huber
Hello Joel, On 13/02/2020 07:31, Sebastian Huber wrote: On 13/02/2020 01:17, Joel Sherrill wrote: Without this change, rtems-libbsd does not compile. A macro turns free into bsd_free. Also the use of a standard library element as a program identifier is a violation of a MISRA rule. Turns out

Re: [PATCH] objectdata.h, objectimpl.h: Change structure member from free to deallocate

2020-02-12 Thread Sebastian Huber
On 13/02/2020 01:17, Joel Sherrill wrote: Without this change, rtems-libbsd does not compile. A macro turns free into bsd_free. Also the use of a standard library element as a program identifier is a violation of a MISRA rule. Turns out that was a good rule.:) Thanks, looks good. ___

[PATCH] objectdata.h, objectimpl.h: Change structure member from free to deallocate

2020-02-12 Thread Joel Sherrill
Without this change, rtems-libbsd does not compile. A macro turns free into bsd_free. Also the use of a standard library element as a program identifier is a violation of a MISRA rule. Turns out that was a good rule. :) --- cpukit/include/rtems/score/objectdata.h | 2 +- cpukit/include/rtems/scor