musl-tcc/src/signal/sigrtmax.c

7 lines
72 B
C

#include <signal.h>
int __libc_current_sigrtmax()
{
return _NSIG-1;
}