blob: 935559f004c6083b1588c6161bf02d1eb746e57e [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/open_access_modes.in; do not edit. */
2
3const struct xlat open_access_modes[] = {
4#if defined(O_RDONLY) || (defined(HAVE_DECL_O_RDONLY) && HAVE_DECL_O_RDONLY)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(O_RDONLY),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(O_WRONLY) || (defined(HAVE_DECL_O_WRONLY) && HAVE_DECL_O_WRONLY)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(O_WRONLY),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(O_RDWR) || (defined(HAVE_DECL_O_RDWR) && HAVE_DECL_O_RDWR)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(O_RDWR),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(O_ACCMODE) || (defined(HAVE_DECL_O_ACCMODE) && HAVE_DECL_O_ACCMODE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(O_ACCMODE),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070016 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070017};