mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 01:06:40 +08:00
c-user: Fix rtems_semaphore_release() docs
The directive returns RTEMS_UNSATISFIED if the semaphore's count already had the maximum value of UINT32_MAX.
This commit is contained in:
parent
1f7be22f4f
commit
241cd068d3
@ -651,7 +651,7 @@ wait queue is not empty, then
|
||||
:c:macro:`RTEMS_NOT_OWNER_OF_RESOURCE`
|
||||
The calling task was not the owner of the semaphore.
|
||||
|
||||
:c:macro:`RTEMS_INTERNAL_ERROR`
|
||||
:c:macro:`RTEMS_UNSATISFIED`
|
||||
The semaphore's count already had the maximum value of `UINT32_MAX
|
||||
<https://en.cppreference.com/w/c/types/integer>`_.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user