mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
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:
+1
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user