mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-03 02:59:31 +08:00
The processor mask implementation uses flsl() from <strings.h> which is only BSD visible. Move the implementation to a separate header file to hide it from the API level. This fixes build errors with GCC 14.