android_mt6572_jiabo/external/strace/xlat/mlock_flags.h
2025-09-05 16:56:03 +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 */