musl/src/signal/sigrtmax.c

5 lines
46 B
C
Raw Normal View History

2011-02-12 00:22:29 -05:00
int __libc_current_sigrtmax()
{
return 64;
}