You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes it is nice to have an array indexed by signals preallocated. To do that, we would need to know what the max signal number on a given platform is.
This should be possible to find out by calling sigaction with both pointers set to NULL with increasing number as the signal. This assumes there are no „holes“ in the signal numbers, though ‒ is that true?
The text was updated successfully, but these errors were encountered:
Sometimes it is nice to have an array indexed by signals preallocated. To do that, we would need to know what the max signal number on a given platform is.
This should be possible to find out by calling
sigaction
with both pointers set to NULL with increasing number as the signal. This assumes there are no „holes“ in the signal numbers, though ‒ is that true?The text was updated successfully, but these errors were encountered: