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