mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 04:19:37 +08:00
Add build support for messages queues as part of the VFS (only build logic, no C files yet)
This commit is contained in:
@@ -152,6 +152,7 @@ int sem_unlink(FAR const char *name)
|
||||
*/
|
||||
|
||||
DEBUGASSERT(ret >= 0 || ret == -EBUSY);
|
||||
UNUSED(ret);
|
||||
|
||||
/* Now we do not release the reference count in the normal way (by calling
|
||||
* inode release. Rather, we call sem_close(). sem_close will decrement
|
||||
|
||||
Reference in New Issue
Block a user