mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-27 13:44:37 +08:00
In case the processor set is not large enough to contain the processor set owned by the scheduler return RTEMS_INVALID_SIZE instead of RTEMS_INVALID_NUMBER. This is more in line with other directives since the issue is related to the size of an object. Close #4401.