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