blob: 26dafa78571e480750f129ef3921d5a988132af9 [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/inotify_init_flags.in; do not edit. */
static const struct xlat inotify_init_flags[] = {
#if defined(O_NONBLOCK) || (defined(HAVE_DECL_O_NONBLOCK) && HAVE_DECL_O_NONBLOCK)
XLAT(O_NONBLOCK),
#endif
#if defined(O_CLOEXEC) || (defined(HAVE_DECL_O_CLOEXEC) && HAVE_DECL_O_CLOEXEC)
XLAT(O_CLOEXEC),
#endif
XLAT_END
};