blob: 6604db3271070f31cb0b565f89c5e05879701370 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/sigchld_codes.in; do not edit. */
2
3static const struct xlat sigchld_codes[] = {
4#if defined(CLD_EXITED) || (defined(HAVE_DECL_CLD_EXITED) && HAVE_DECL_CLD_EXITED)
5 XLAT(CLD_EXITED),
6#endif
7#if defined(CLD_KILLED) || (defined(HAVE_DECL_CLD_KILLED) && HAVE_DECL_CLD_KILLED)
8 XLAT(CLD_KILLED),
9#endif
10#if defined(CLD_DUMPED) || (defined(HAVE_DECL_CLD_DUMPED) && HAVE_DECL_CLD_DUMPED)
11 XLAT(CLD_DUMPED),
12#endif
13#if defined(CLD_TRAPPED) || (defined(HAVE_DECL_CLD_TRAPPED) && HAVE_DECL_CLD_TRAPPED)
14 XLAT(CLD_TRAPPED),
15#endif
16#if defined(CLD_STOPPED) || (defined(HAVE_DECL_CLD_STOPPED) && HAVE_DECL_CLD_STOPPED)
17 XLAT(CLD_STOPPED),
18#endif
19#if defined(CLD_CONTINUED) || (defined(HAVE_DECL_CLD_CONTINUED) && HAVE_DECL_CLD_CONTINUED)
20 XLAT(CLD_CONTINUED),
21#endif
22 XLAT_END
23};