blob: 512889d784fd2c7452867b7af033c28958061767 [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/name_to_handle_at_flags.in; do not edit. */
#if !(defined(AT_SYMLINK_FOLLOW) || (defined(HAVE_DECL_AT_SYMLINK_FOLLOW) && HAVE_DECL_AT_SYMLINK_FOLLOW))
# define AT_SYMLINK_FOLLOW 0x400
#endif
#if !(defined(AT_EMPTY_PATH) || (defined(HAVE_DECL_AT_EMPTY_PATH) && HAVE_DECL_AT_EMPTY_PATH))
# define AT_EMPTY_PATH 0x1000
#endif
#ifdef IN_MPERS
# error static const struct xlat name_to_handle_at_flags in mpers mode
#else
static
const struct xlat name_to_handle_at_flags[] = {
XLAT(AT_SYMLINK_FOLLOW),
XLAT(AT_EMPTY_PATH),
XLAT_END
};
#endif /* !IN_MPERS */