aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/compat/pthread.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/compat/pthread.h b/include/compat/pthread.h
index 8b8c3c6..b2a42a6 100644
--- a/include/compat/pthread.h
+++ b/include/compat/pthread.h
@@ -16,6 +16,11 @@
16#define PTHREAD_ONCE_INIT { INIT_ONCE_STATIC_INIT } 16#define PTHREAD_ONCE_INIT { INIT_ONCE_STATIC_INIT }
17 17
18/* 18/*
19 * Static mutex initialization values.
20 */
21#define PTHREAD_MUTEX_INITIALIZER { 0, 0, 0, 0, 0, 0 }
22
23/*
19 * Once definitions. 24 * Once definitions.
20 */ 25 */
21struct pthread_once { 26struct pthread_once {