#include <signal.h>
#ifndef SIGSTOP
#error "SIGSTOP is not defined"
#endif
int main(void) { return 0; }
