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