1 #include <signal.h>
2 
__libc_current_sigrtmax()3 int __libc_current_sigrtmax() {
4     return _NSIG - 1;
5 }
6