1#include <signal.h>
2
3int sigrtmax() {
4  return SIGRTMAX;
5}
6
7int sigrtmin() {
8  return SIGRTMIN;
9}
10