[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Is Hurd sigprocmask per thread or per process?
From: |
Florian Weimer |
Subject: |
Is Hurd sigprocmask per thread or per process? |
Date: |
Mon, 03 Jul 2023 16:41:37 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
It's per-thread on Linux. If it's per-process on Hurd, it makes sense
to explain the difference in the glibc manual.
(I'm running into issues porting a test to Hurd because it calls
pthread_sigmask; it seems wasteful to link with $(shared-thread-library)
in the Makefile.)
Thanks,
Florian
- Is Hurd sigprocmask per thread or per process?,
Florian Weimer <=