don't trust siginfo in rsyscall handler
[musl] / src / internal / pthread_impl.h
index f2d0ae8..7ab6243 100644 (file)
@@ -46,8 +46,6 @@ struct pthread {
 
 struct __timer {
        int timerid;
-       union sigval val;
-       void (*notify)(union sigval);
        pthread_t thread;
 };