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