[rtems-docs commit] c-user: rtems_scheduler_get_processor_set()

Sebastian Huber sebh at rtems.org
Fri May 7 06:19:29 UTC 2021


Module:    rtems-docs
Branch:    master
Commit:    e8cd4d3bec627680e83cf352bd93086b36192c0a
Changeset: http://git.rtems.org/rtems-docs/commit/?id=e8cd4d3bec627680e83cf352bd93086b36192c0a

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri May  7 08:18:10 2021 +0200

c-user: rtems_scheduler_get_processor_set()

Document changed error status.

Update #4401.

---

 c-user/scheduling-concepts/directives.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/c-user/scheduling-concepts/directives.rst b/c-user/scheduling-concepts/directives.rst
index 81971f4..4785457 100644
--- a/c-user/scheduling-concepts/directives.rst
+++ b/c-user/scheduling-concepts/directives.rst
@@ -555,7 +555,7 @@ Gets the set of processors owned by the scheduler.
     There was no scheduler associated with the identifier specified by
     ``scheduler_id``.
 
-:c:macro:`RTEMS_INVALID_NUMBER`
+:c:macro:`RTEMS_INVALID_SIZE`
     The provided processor set was too small for the set of processors owned by
     the scheduler.
 



More information about the vc mailing list