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:
Sebastian Huber 2021-04-07 07:11:46 +02:00
parent 1f7be22f4f
commit 241cd068d3

View File

@ -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>`_.