streamline mutex unlock to remove a useless branch, use a_store to unlock
[musl] / src / signal / sigrtmax.c
1 int __libc_current_sigrtmax()
2 {
3         return 64;
4 }