musl-tcc/src/signal/sigrtmax.c
2022-03-20 16:48:53 +08:00

7 lines
72 B
C

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