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 -1
View File
@@ -46,7 +46,7 @@
#include <stdint.h>
/****************************************************************************
* Definitions
* Pre-processor Definitions
****************************************************************************/
/* The C standard specifies two constants, EXIT_SUCCESS and