18 lines
388 B
C
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 */
|