blob: 12bb506158d4e949b93864e80753c38932de5cdb [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/mlockall_flags.in; do not edit. */
2
3static const struct xlat mlockall_flags[] = {
4#if defined(MCL_CURRENT) || (defined(HAVE_DECL_MCL_CURRENT) && HAVE_DECL_MCL_CURRENT)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(MCL_CURRENT),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(MCL_FUTURE) || (defined(HAVE_DECL_MCL_FUTURE) && HAVE_DECL_MCL_FUTURE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(MCL_FUTURE),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070010 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070011};