allwinner_a64/android/external/strace/xlat/mlock_flags.h
2018-08-08 16:14:42 +08:00

18 lines
388 B
C

/* 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 */