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