xref: /rust-libc-0.2.174/libc-test/src/sigrt.c (revision 8af1a48e)
1 #include <signal.h>
2 
sigrtmax()3 int sigrtmax() {
4   return SIGRTMAX;
5 }
6 
sigrtmin()7 int sigrtmin() {
8   return SIGRTMIN;
9 }
10