mirror of
https://sourceware.org/git/glibc.git
synced 2025-11-11 05:42:30 +03:00
If no thread was created yet, __pthread_sigstate will not find our ss because self->kernel_thread is still nul, and then change the global sigstate instead of our sigstate! We can directly call __sigthreadmask and skip the (bogus) lookup step.
2.2 KiB
2.2 KiB