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