Add basic data structures that will allow us to move named semaphore support out of the OS and into the VFS (not complete).

This commit is contained in:
Gregory Nutt
2014-09-28 10:15:33 -06:00
parent 344f439b38
commit a41c1de32c
31 changed files with 87 additions and 62 deletions
+1 -5
View File
@@ -45,11 +45,7 @@
#include "queue.h"
/********************************************************************************
* Compilations Switches
********************************************************************************/
/********************************************************************************
* Definitions
* Pre-processor Definitions
********************************************************************************/
#define MQ_NONBLOCK O_NONBLOCK