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