1/* Generated by ./xlat/gen.sh from ./xlat/waitid_types.in; do not edit. */
2
3static const struct xlat waitid_types[] = {
4#if defined(P_PID) || (defined(HAVE_DECL_P_PID) && HAVE_DECL_P_PID)
5 XLAT(P_PID),
6#endif
7#if defined(P_PPID) || (defined(HAVE_DECL_P_PPID) && HAVE_DECL_P_PPID)
8 XLAT(P_PPID),
9#endif
10#if defined(P_PGID) || (defined(HAVE_DECL_P_PGID) && HAVE_DECL_P_PGID)
11 XLAT(P_PGID),
12#endif
13#if defined(P_SID) || (defined(HAVE_DECL_P_SID) && HAVE_DECL_P_SID)
14 XLAT(P_SID),
15#endif
16#if defined(P_CID) || (defined(HAVE_DECL_P_CID) && HAVE_DECL_P_CID)
17 XLAT(P_CID),
18#endif
19#if defined(P_UID) || (defined(HAVE_DECL_P_UID) && HAVE_DECL_P_UID)
20 XLAT(P_UID),
21#endif
22#if defined(P_GID) || (defined(HAVE_DECL_P_GID) && HAVE_DECL_P_GID)
23 XLAT(P_GID),
24#endif
25#if defined(P_ALL) || (defined(HAVE_DECL_P_ALL) && HAVE_DECL_P_ALL)
26 XLAT(P_ALL),
27#endif
28#if defined(P_LWPID) || (defined(HAVE_DECL_P_LWPID) && HAVE_DECL_P_LWPID)
29 XLAT(P_LWPID),
30#endif
31 XLAT_END
32};
33