mirror of
https://github.com/fluencelabs/musl
synced 2025-05-21 11:41:29 +00:00
otherwise we cannot support an application's desire to use asynchronous cancellation within the callback function. this change also slightly debloats pthread_create.c.
5 lines
46 B
C
5 lines
46 B
C
int __libc_current_sigrtmin()
|
|
{
|
|
return 35;
|
|
}
|