improve design of thread-start with explicit scheduling attributes
[oweals/musl.git] / src / internal / pthread_impl.h
index fc2def63484922c9feadaca8b46b530c7195b293..69352ef24c22948863406c18ec11d06ffee3cbf2 100644 (file)
@@ -47,8 +47,6 @@ struct pthread {
        volatile int timer_id;
        locale_t locale;
        volatile int killlock[1];
-       volatile int startlock[1];
-       unsigned long sigmask[_NSIG/8/sizeof(long)];
        char *dlerror_buf;
        void *stdio_locks;