44dc88ff2d6a58fc3b485ffde8cb6af2232555be
[musl] / sigrtmax.c
1 #include <signal.h>
2
3 int __libc_current_sigrtmax()
4 {
5         return _NSIG-1;
6 }