Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/sigev_value.in; do not edit. */
      2 
      3 static const struct xlat sigev_value[] = {
      4 #if defined(SIGEV_SIGNAL) || (defined(HAVE_DECL_SIGEV_SIGNAL) && HAVE_DECL_SIGEV_SIGNAL)
      5 	XLAT(SIGEV_SIGNAL),
      6 #endif
      7 #if defined(SIGEV_NONE) || (defined(HAVE_DECL_SIGEV_NONE) && HAVE_DECL_SIGEV_NONE)
      8 	XLAT(SIGEV_NONE),
      9 #endif
     10 #if defined(SIGEV_THREAD) || (defined(HAVE_DECL_SIGEV_THREAD) && HAVE_DECL_SIGEV_THREAD)
     11 	XLAT(SIGEV_THREAD),
     12 #endif
     13 #if defined(SIGEV_THREAD_ID) || (defined(HAVE_DECL_SIGEV_THREAD_ID) && HAVE_DECL_SIGEV_THREAD_ID)
     14 	XLAT(SIGEV_THREAD_ID),
     15 #endif
     16 	XLAT_END
     17 };
     18