remove __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS checks in stdint.h
[musl] / src / signal / sigrtmin.c
1 int __libc_current_sigrtmin()
2 {
3         return 35;
4 }