musl-tcc/src/signal/sigrtmin.c

7 lines
67 B
C

#include <signal.h>
int __libc_current_sigrtmin()
{
return 35;
}