X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Fpthread_impl.h;h=c17401113107079c6d0c44b402055f7914cabb54;hb=5fcebcde6aeba6ae4a339790beba5331fbcd3b6e;hp=adb80f2f6783ae737a4d3ca44df16b8bf2943f99;hpb=4820f9268d3dc1f2aac923de0a591ffd5d54ea89;p=musl diff --git a/src/internal/pthread_impl.h b/src/internal/pthread_impl.h index adb80f2f..c1740111 100644 --- a/src/internal/pthread_impl.h +++ b/src/internal/pthread_impl.h @@ -36,6 +36,7 @@ struct pthread { struct __ptcb *cancelbuf; void **tsd; pthread_attr_t attr; + volatile int dead; }; #define __SU (sizeof(size_t)/sizeof(int))