mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-02-05 13:11:34 +00:00
The call to Untar_FromMemory_Print() on line 400 was passing false as the third argument. "rtems_printer *" was expected. In C previous to C23, false was a macro defined as 0 and could be converted to a pointer. In C23, false, true, and bool are keywords.
libmisc
This directory contains for the "miscellaneous" library. Currently this library contains a number of useful support libraries:
- Task Stack Overflow Checker
- Workspace Consistency Checker
- Task Execution Time Monitor
- Period Statistics Monitor
- Debug Monitor
The following ideas have been mentioned for items which could go in this library, but this list is not all inclusive:
- there are no outstanding suggestions.
The intent of this library is to provide a home for useful utility routines which are dependent upon RTEMS.
--joel 16 Sept 97