X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Fpthread_impl.h;h=0bcc54cc62e2d3620f7080c70d2d7c8903f8ed11;hb=2cff36a84f268c09f4c9dc5a1340652c8e298dc0;hp=f2d0ae8c6799f827a627cbe76cda8a61d3d41623;hpb=bf619d82c82052741323aa63c107fbd346c8aaba;p=musl diff --git a/src/internal/pthread_impl.h b/src/internal/pthread_impl.h index f2d0ae8c..0bcc54cc 100644 --- a/src/internal/pthread_impl.h +++ b/src/internal/pthread_impl.h @@ -46,8 +46,6 @@ struct pthread { struct __timer { int timerid; - union sigval val; - void (*notify)(union sigval); pthread_t thread; }; @@ -88,6 +86,9 @@ int __timedwait(volatile int *, int, clockid_t, const struct timespec *, int); void __wait(volatile int *, volatile int *, int, int); void __wake(volatile int *, int, int); +void __rsyscall_lock(); +void __rsyscall_unlock(); + #define DEFAULT_STACK_SIZE (16384-PAGE_SIZE) #define DEFAULT_GUARD_SIZE PAGE_SIZE