Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/mlockall_flags.in; do not edit. */
      2 
      3 static const struct xlat mlockall_flags[] = {
      4 #if defined(MCL_CURRENT) || (defined(HAVE_DECL_MCL_CURRENT) && HAVE_DECL_MCL_CURRENT)
      5 	XLAT(MCL_CURRENT),
      6 #endif
      7 #if defined(MCL_FUTURE) || (defined(HAVE_DECL_MCL_FUTURE) && HAVE_DECL_MCL_FUTURE)
      8 	XLAT(MCL_FUTURE),
      9 #endif
     10 	XLAT_END
     11 };
     12