1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-11-11 05:42:30 +03:00
Files
glibc/sysdeps/mach/hurd/sigthreadmask.c
Samuel Thibault 81c4ec1ca8 htl: Make __pthread_sigmask directly call __sigthreadmask
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.
2025-03-06 02:28:35 +01:00

2.2 KiB