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