X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Finternal%2Fpthread_impl.h;h=2089c857b41ccbb52712d4bcbd796bdee4c5b210;hp=12f8ccfcba66b47dc6c7e069839fb88fccd841a9;hb=7779dbd2663269b465951189b4f43e70839bc073;hpb=f58c8a0f391987a65e055ae591ec59b9df7b7f7c 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 {