1 /* Generated by ./xlat/gen.sh from ./xlat/sigev_value.in; do not edit. */
2 #if !(defined(SIGEV_SIGNAL) || (defined(HAVE_DECL_SIGEV_SIGNAL) && HAVE_DECL_SIGEV_SIGNAL))
3 # define SIGEV_SIGNAL 0
4 #endif
5 #if !(defined(SIGEV_NONE) || (defined(HAVE_DECL_SIGEV_NONE) && HAVE_DECL_SIGEV_NONE))
6 # define SIGEV_NONE 1
7 #endif
8 #if !(defined(SIGEV_THREAD) || (defined(HAVE_DECL_SIGEV_THREAD) && HAVE_DECL_SIGEV_THREAD))
9 # define SIGEV_THREAD 2
10 #endif
11 #if !(defined(SIGEV_THREAD_ID) || (defined(HAVE_DECL_SIGEV_THREAD_ID) && HAVE_DECL_SIGEV_THREAD_ID))
12 # define SIGEV_THREAD_ID 4
13 #endif
14 
15 #ifdef IN_MPERS
16 
17 extern const struct xlat sigev_value[];
18 
19 #else
20 
21 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
22 static
23 # endif
24 const struct xlat sigev_value[] = {
25  XLAT(SIGEV_SIGNAL),
26  XLAT(SIGEV_NONE),
27  XLAT(SIGEV_THREAD),
28  XLAT(SIGEV_THREAD_ID),
29  XLAT_END
30 };
31 
32 #endif /* !IN_MPERS */
33