github.com/afumu/libc@v0.0.6/musl/src/signal/sigrtmax.c (about) 1 #include <signal.h> 2 3 int __libc_current_sigrtmax() 4 { 5 return _NSIG-1; 6 }