mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-22 00:23:50 +00:00
[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:
parent
49eb1aed89
commit
c1ce7c8341
@ -13,6 +13,7 @@
|
||||
|
||||
#define PTHREAD_STACK_MIN (1 << 14) // 16KB
|
||||
|
||||
#define PTHREAD_MUTEX_INITIALIZER {0}
|
||||
#define PTHREAD_ONCE_INIT {0}
|
||||
|
||||
enum {
|
||||
|
Loading…
x
Reference in New Issue
Block a user