blob: 12bb506158d4e949b93864e80753c38932de5cdb [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/mlockall_flags.in; do not edit. */
static const struct xlat mlockall_flags[] = {
#if defined(MCL_CURRENT) || (defined(HAVE_DECL_MCL_CURRENT) && HAVE_DECL_MCL_CURRENT)
XLAT(MCL_CURRENT),
#endif
#if defined(MCL_FUTURE) || (defined(HAVE_DECL_MCL_FUTURE) && HAVE_DECL_MCL_FUTURE)
XLAT(MCL_FUTURE),
#endif
XLAT_END
};