X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/224c70764cab4e0e39a26aaf3ad3016552f62f55..065eae9f38780a3602538caa52399f41f061a88e:/pthreads/pthread_impl.h diff --git a/pthreads/pthread_impl.h b/pthreads/pthread_impl.h index 72969ae..887b56d 100644 --- a/pthreads/pthread_impl.h +++ b/pthreads/pthread_impl.h @@ -35,9 +35,15 @@ * [Internal] data structure signatures */ #define _PTHREAD_MUTEX_SIG_init 0x32AAABA7 + +#define _PTHREAD_ERRORCHECK_MUTEX_SIG_init 0x32AAABA1 +#define _PTHREAD_RECURSIVE_MUTEX_SIG_init 0x32AAABA2 +#define _PTHREAD_FIRSTFIT_MUTEX_SIG_init 0x32AAABA3 + #define _PTHREAD_COND_SIG_init 0x3CB0B1BB #define _PTHREAD_ONCE_SIG_init 0x30B1BCBA #define _PTHREAD_RWLOCK_SIG_init 0x2DA8B3B4 + /* * POSIX scheduling policies */