blob: 26dafa78571e480750f129ef3921d5a988132af9 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/inotify_init_flags.in; do not edit. */
2
3static const struct xlat inotify_init_flags[] = {
4#if defined(O_NONBLOCK) || (defined(HAVE_DECL_O_NONBLOCK) && HAVE_DECL_O_NONBLOCK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(O_NONBLOCK),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(O_CLOEXEC) || (defined(HAVE_DECL_O_CLOEXEC) && HAVE_DECL_O_CLOEXEC)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(O_CLOEXEC),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070010 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070011};