Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/sigchld_codes.in; do not edit. */
      2 
      3 static const struct xlat sigchld_codes[] = {
      4 #if !(defined(CLD_EXITED) || (defined(HAVE_DECL_CLD_EXITED) && HAVE_DECL_CLD_EXITED))
      5 # define CLD_EXITED 1
      6 #endif
      7  XLAT(CLD_EXITED),
      8 #if !(defined(CLD_KILLED) || (defined(HAVE_DECL_CLD_KILLED) && HAVE_DECL_CLD_KILLED))
      9 # define CLD_KILLED 2
     10 #endif
     11  XLAT(CLD_KILLED),
     12 #if !(defined(CLD_DUMPED) || (defined(HAVE_DECL_CLD_DUMPED) && HAVE_DECL_CLD_DUMPED))
     13 # define CLD_DUMPED 3
     14 #endif
     15  XLAT(CLD_DUMPED),
     16 #if !(defined(CLD_TRAPPED) || (defined(HAVE_DECL_CLD_TRAPPED) && HAVE_DECL_CLD_TRAPPED))
     17 # define CLD_TRAPPED 4
     18 #endif
     19  XLAT(CLD_TRAPPED),
     20 #if !(defined(CLD_STOPPED) || (defined(HAVE_DECL_CLD_STOPPED) && HAVE_DECL_CLD_STOPPED))
     21 # define CLD_STOPPED 5
     22 #endif
     23  XLAT(CLD_STOPPED),
     24 #if !(defined(CLD_CONTINUED) || (defined(HAVE_DECL_CLD_CONTINUED) && HAVE_DECL_CLD_CONTINUED))
     25 # define CLD_CONTINUED 6
     26 #endif
     27  XLAT(CLD_CONTINUED),
     28  XLAT_END
     29 };
     30