diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-03-06 00:10:40 +0100 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-03-06 02:28:35 +0100 |
| commit | 7a185eb9e944553fb5f8ce8491e1f8569f2f4aa0 (patch) | |
| tree | 8b6bee22ddc3bf729809c8cf7cd7eb90210391b8 /hurd | |
| parent | 596130591ae4b058a529cc1318b95e624559054c (diff) | |
hurd: Consolidate signal mask change
__pthread_sigstate and __sigprocmask were already the same, except for
clear_pending.
Diffstat (limited to 'hurd')
| -rw-r--r-- | hurd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hurd/Makefile b/hurd/Makefile index 7bb8ec4302..cf70b8c65c 100644 --- a/hurd/Makefile +++ b/hurd/Makefile @@ -131,6 +131,7 @@ sig = \ longjmp-ts \ preempt-sig \ siginfo \ + sigthreadmask \ sigunwind \ thread-cancel \ thread-self \ |
