c5a1fd92dae74de3dc80f180a592ea92bfbb8a5a
[musl] / sigrtmin.c
1 #include <signal.h>
2
3 int __libc_current_sigrtmin()
4 {
5         return 35;
6 }