You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/05/09 07:14:14 UTC

[GitHub] [incubator-nuttx] anchao opened a new pull request #1014: semaphore: do not assert if the count exceeds the limit

anchao opened a new pull request #1014:
URL: https://github.com/apache/incubator-nuttx/pull/1014


   ## Summary
   semaphore: do not assert if the count exceeds the limit
   
   Linux Programmer's Manual:
   
   SEM_POST(3)
   
   NAME
          sem_post - unlock a semaphore
   ...
   
   ERRORS
   ...
          EOVERFLOW
                 The maximum allowable value for a semaphore would be exceeded.
   
   Change-Id: I57c1a797a5510df4290a10aa2f3106fd01754b37
   Signed-off-by: chao.an <an...@xiaomi.com>
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org