#include <sys/wait.h>
#ifndef WSTOPSIG
#error "WSTOPSIG is not defined"
#endif
int main(void) { return 0; }
