[libc] pthread.h.def: add PTHREAD_MUTEX_INITIALIZER

Adds PTHREAD_MUTEX_INITIALIZER for compiler-rt's builtins/emutls.c

Reviewed By: michaelrj

Differential Revision: https://reviews.llvm.org/D156276
This commit is contained in:
Alfred Persson Forsberg 2023-07-25 16:46:37 -07:00 committed by Michael Jones
parent 49eb1aed89
commit c1ce7c8341

View File

@ -13,6 +13,7 @@
#define PTHREAD_STACK_MIN (1 << 14) // 16KB
#define PTHREAD_MUTEX_INITIALIZER {0}
#define PTHREAD_ONCE_INIT {0}
enum {