summaryrefslogtreecommitdiffstats
path: root/c-user/scheduling-concepts/directives.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-07 08:18:10 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-07 08:19:10 +0200
commite8cd4d3bec627680e83cf352bd93086b36192c0a (patch)
tree224ebb11b0a6be17da8bd3cadf3efcba52fd454a /c-user/scheduling-concepts/directives.rst
parentc-user: rtems_scheduler_ident_by_processor_set() (diff)
downloadrtems-docs-e8cd4d3bec627680e83cf352bd93086b36192c0a.tar.bz2
c-user: rtems_scheduler_get_processor_set()
Document changed error status. Update #4401.
Diffstat (limited to '')
-rw-r--r--c-user/scheduling-concepts/directives.rst2
1 files changed, 1 insertions, 1 deletions
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.