blob: 7087a80b86d5c45986d18271412e79c785ec6195 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/waitid_types.in; do not edit. */
2
3static const struct xlat waitid_types[] = {
4#if defined(P_PID) || (defined(HAVE_DECL_P_PID) && HAVE_DECL_P_PID)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(P_PID),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(P_PPID) || (defined(HAVE_DECL_P_PPID) && HAVE_DECL_P_PPID)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(P_PPID),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(P_PGID) || (defined(HAVE_DECL_P_PGID) && HAVE_DECL_P_PGID)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(P_PGID),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(P_SID) || (defined(HAVE_DECL_P_SID) && HAVE_DECL_P_SID)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(P_SID),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
16#if defined(P_CID) || (defined(HAVE_DECL_P_CID) && HAVE_DECL_P_CID)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070017 XLAT(P_CID),
Elliott Hughes82728372014-06-06 22:49:31 -070018#endif
19#if defined(P_UID) || (defined(HAVE_DECL_P_UID) && HAVE_DECL_P_UID)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070020 XLAT(P_UID),
Elliott Hughes82728372014-06-06 22:49:31 -070021#endif
22#if defined(P_GID) || (defined(HAVE_DECL_P_GID) && HAVE_DECL_P_GID)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070023 XLAT(P_GID),
Elliott Hughes82728372014-06-06 22:49:31 -070024#endif
25#if defined(P_ALL) || (defined(HAVE_DECL_P_ALL) && HAVE_DECL_P_ALL)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070026 XLAT(P_ALL),
Elliott Hughes82728372014-06-06 22:49:31 -070027#endif
28#if defined(P_LWPID) || (defined(HAVE_DECL_P_LWPID) && HAVE_DECL_P_LWPID)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070029 XLAT(P_LWPID),
Elliott Hughes82728372014-06-06 22:49:31 -070030#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070031 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070032};