blob: 9ec2e54bdfcf51152f0491f72df7df16bce5f1fc [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/mlock_flags.in; do not edit. */
#if !(defined(MLOCK_ONFAULT) || (defined(HAVE_DECL_MLOCK_ONFAULT) && HAVE_DECL_MLOCK_ONFAULT))
# define MLOCK_ONFAULT 1
#endif
#ifdef IN_MPERS
# error static const struct xlat mlock_flags in mpers mode
#else
static
const struct xlat mlock_flags[] = {
XLAT(MLOCK_ONFAULT),
XLAT_END
};
#endif /* !IN_MPERS */