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