Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add further real-time signals to ignore - we never really want to bre…
…ak on real-time signals. We add more signals than we actually use as the start of the real-time signals (the value of SIGRTMIN) varies between systems. Typically, they start at 32 on Linux, however, POSIX threads (which we are using) may shift RTMIN to 34 (NPTL) or 35 (LinuxThreads) instead, see man signal(7) for further details Signed-off-by: DL6ER <[email protected]>
- Loading branch information