musl/src/signal/sigrtmax.c
2011-02-12 00:22:29 -05:00

5 lines
46 B
C

int __libc_current_sigrtmax()
{
return 64;
}