You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
388 B
18 lines
388 B
/* 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 */
|
|
|