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