musl/src/signal/sigrtmin.c
Rich Felker 016a5dc192 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.
2011-04-14 12:51:00 -04:00

5 lines
46 B
C

int __libc_current_sigrtmin()
{
return 35;
}