summaryrefslogtreecommitdiff
path: root/pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'pthread.h')
-rw-r--r--pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pthread.h b/pthread.h
index da85c5c..e17a2c6 100644
--- a/pthread.h
+++ b/pthread.h
@@ -468,7 +468,7 @@ extern "C"
/*
*
*/
-#define PTHREAD_MUTEX_INITIALIZER { 1, 1, 0, NULL }
+#define PTHREAD_MUTEX_INITIALIZER { 1, 1, 0, {NULL} }
/*