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