Add build support for messages queues as part of the VFS (only build logic, no C files yet)

This commit is contained in:
Gregory Nutt
2014-09-29 07:00:11 -06:00
parent 71add0b9f2
commit d5dd9842dc
4 changed files with 55 additions and 0 deletions
+1
View File
@@ -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