mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-02 11:36:36 +08:00
rtems: Fix rtems_task_set_affinity() docs
This commit is contained in:
@@ -2257,7 +2257,7 @@ rtems_status_code rtems_task_get_affinity(
|
||||
* @param cpusetsize is the size of the processor set referenced by ``cpuset``
|
||||
* in bytes.
|
||||
*
|
||||
* @param[out] cpuset is the pointer to a cpu_set_t object. The processor set
|
||||
* @param cpuset is the pointer to a cpu_set_t object. The processor set
|
||||
* defines the new processor affinity set of the task. A set bit in the
|
||||
* processor set means that the corresponding processor shall be in the
|
||||
* processor affinity set of the task, otherwise the bit shall be cleared.
|
||||
|
||||
Reference in New Issue
Block a user