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