blob: 04ed1b273119b25eab5aee7f239d75418caa2cde [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/sigev_value.in; do not edit. */
2
3static const struct xlat sigev_value[] = {
4#if defined(SIGEV_SIGNAL) || (defined(HAVE_DECL_SIGEV_SIGNAL) && HAVE_DECL_SIGEV_SIGNAL)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(SIGEV_SIGNAL),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(SIGEV_NONE) || (defined(HAVE_DECL_SIGEV_NONE) && HAVE_DECL_SIGEV_NONE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(SIGEV_NONE),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(SIGEV_THREAD) || (defined(HAVE_DECL_SIGEV_THREAD) && HAVE_DECL_SIGEV_THREAD)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(SIGEV_THREAD),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(SIGEV_THREAD_ID) || (defined(HAVE_DECL_SIGEV_THREAD_ID) && HAVE_DECL_SIGEV_THREAD_ID)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(SIGEV_THREAD_ID),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070016 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070017};