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
@@ -54,7 +54,7 @@
#include <time.h> /* Needed for struct timespec */
/********************************************************************************
* Compilation Switches
* Pre-processor Definitions
********************************************************************************/
/* Standard POSIX switches */
@@ -67,10 +67,6 @@
# define _POSIX_THREAD_ATTR_STACKSIZE
#endif
/********************************************************************************
* Definitions
********************************************************************************/
/* Values for the process shared (pshared) attribute */
#define PTHREAD_PROCESS_PRIVATE 0