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 2023/01/09 06:38:56 UTC

[GitHub] [nuttx] CV-Bowen opened a new pull request, #8057: sem_unlink: return ENOENT when the named semaphore does not exist.

CV-Bowen opened a new pull request, #8057:
URL: https://github.com/apache/nuttx/pull/8057

   ## Summary
   Follow posix, return ENOENT when the named semaphore does not exist to fix the ltp open posix sem_unlink 4-1.c test problem.
   
   ## Impact
   sem_unlink
   
   ## Testing
   local test with ltp open-posix sem_unlink 4-1.c testcase (apps/testing/ltp/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/4-1.c)
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

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


[GitHub] [nuttx] xiaoxiang781216 merged pull request #8057: sem_unlink: return ENOENT when the named semaphore does not exist.

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged PR #8057:
URL: https://github.com/apache/nuttx/pull/8057


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

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