X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Fpthread_impl.h;h=2089c857b41ccbb52712d4bcbd796bdee4c5b210;hb=51e2d8310222ddd4d4e895f55c627100d863aa95;hp=12f8ccfcba66b47dc6c7e069839fb88fccd841a9;hpb=f09e78de983a8d1daf2f6e071a998eb615f1ce67;p=musl diff --git a/src/internal/pthread_impl.h b/src/internal/pthread_impl.h index 12f8ccfc..2089c857 100644 --- a/src/internal/pthread_impl.h +++ b/src/internal/pthread_impl.h @@ -46,6 +46,7 @@ struct pthread { int unblock_cancel; int delete_timer; locale_t locale; + int killlock; }; struct __timer {