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

7 lines
67 B
C

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