Add PTHREAD_MUTEX_INITIALIZER
This commit is contained in:
@@ -15,6 +15,11 @@
|
||||
*/
|
||||
#define PTHREAD_ONCE_INIT { INIT_ONCE_STATIC_INIT }
|
||||
|
||||
/*
|
||||
* Static mutex initialization values.
|
||||
*/
|
||||
#define PTHREAD_MUTEX_INITIALIZER { 0, 0, 0, 0, 0, 0 }
|
||||
|
||||
/*
|
||||
* Once definitions.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user