X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Finternal%2Fpthread_impl.h;h=67b0575345eef1b186e6aa7de8734e6a3e5d4fe9;hp=78b69cde85cee8455c74819d5445d9a98151d1a3;hb=2c074b0d6cb2b28c5d1c0ccb2809965f4676efeb;hpb=d53c92c972dab717f8f8e521eb0e9c4404cef4bd diff --git a/src/internal/pthread_impl.h b/src/internal/pthread_impl.h index 78b69cde..67b05753 100644 --- a/src/internal/pthread_impl.h +++ b/src/internal/pthread_impl.h @@ -115,6 +115,10 @@ void __acquire_ptc(); void __release_ptc(); void __inhibit_ptc(); +void __block_all_sigs(void *); +void __block_app_sigs(void *); +void __restore_sigs(void *); + #define DEFAULT_STACK_SIZE 81920 #define DEFAULT_GUARD_SIZE PAGE_SIZE