/*optional*/
#include <limits.h>
#ifndef RTSIG_MAX
#error "RTSIG_MAX is not defined"
#endif
int main(void) { return 0; }
