1/* Generated by ./xlat/gen.sh from ./xlat/mlock_flags.in; do not edit. */
2#if !(defined(MLOCK_ONFAULT) || (defined(HAVE_DECL_MLOCK_ONFAULT) && HAVE_DECL_MLOCK_ONFAULT))
3# define MLOCK_ONFAULT 1
4#endif
5
6#ifdef IN_MPERS
7
8# error static const struct xlat mlock_flags in mpers mode
9
10#else
11
12static
13const struct xlat mlock_flags[] = {
14 XLAT(MLOCK_ONFAULT),
15 XLAT_END
16};
17
18#endif /* !IN_MPERS */
19