X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/3d9156a7a519a5e3aa1b92e9d9d4b991f1aed7ff..0a7506c9bdc0d0d560d4b9c8a3d1089f5db425b9:/pthreads/pthread_impl.h diff --git a/pthreads/pthread_impl.h b/pthreads/pthread_impl.h index d778092..72969ae 100644 --- a/pthreads/pthread_impl.h +++ b/pthreads/pthread_impl.h @@ -37,6 +37,7 @@ #define _PTHREAD_MUTEX_SIG_init 0x32AAABA7 #define _PTHREAD_COND_SIG_init 0x3CB0B1BB #define _PTHREAD_ONCE_SIG_init 0x30B1BCBA +#define _PTHREAD_RWLOCK_SIG_init 0x2DA8B3B4 /* * POSIX scheduling policies */