Difference of _NSIG between the kernel UAPI header and libc header
Xi Ruoyao <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.alpha |
|---|---|
| Message-ID | <[email protected]> |
Hi, In the kernel UAPI header, _NSIG is defined with the same value of SIGRTMAX; but in the libc header, _NSIG is defined as SIGRTMAX + 1. I'm wondering: what is the rationale of the difference here? -- Xi Ruoyao <[email protected]>