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