mirror of
https://github.com/fluencelabs/musl
synced 2025-07-07 02:22:06 +00:00
use a separate signal from SIGCANCEL for SIGEV_THREAD timers
otherwise we cannot support an application's desire to use asynchronous cancellation within the callback function. this change also slightly debloats pthread_create.c.
This commit is contained in:
@ -76,6 +76,7 @@ struct __timer {
|
||||
|
||||
#define SIGCANCEL 32
|
||||
#define SIGSYSCALL 33
|
||||
#define SIGTIMER 34
|
||||
|
||||
int __set_thread_area(void *);
|
||||
int __libc_sigaction(int, const struct sigaction *, struct sigaction *);
|
||||
|
Reference in New Issue
Block a user