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