blob: 5dae7e54ec3a7f944436adb4d37dba579d6adc96 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/wait4_options.in; do not edit. */
2
3static const struct xlat wait4_options[] = {
4#if defined(WNOHANG) || (defined(HAVE_DECL_WNOHANG) && HAVE_DECL_WNOHANG)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(WNOHANG),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#ifndef WSTOPPED
8#if defined(WUNTRACED) || (defined(HAVE_DECL_WUNTRACED) && HAVE_DECL_WUNTRACED)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07009 XLAT(WUNTRACED),
Elliott Hughes82728372014-06-06 22:49:31 -070010#endif
11#endif
12#if defined(WEXITED) || (defined(HAVE_DECL_WEXITED) && HAVE_DECL_WEXITED)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070013 XLAT(WEXITED),
Elliott Hughes82728372014-06-06 22:49:31 -070014#endif
15#if defined(WTRAPPED) || (defined(HAVE_DECL_WTRAPPED) && HAVE_DECL_WTRAPPED)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070016 XLAT(WTRAPPED),
Elliott Hughes82728372014-06-06 22:49:31 -070017#endif
18#if defined(WSTOPPED) || (defined(HAVE_DECL_WSTOPPED) && HAVE_DECL_WSTOPPED)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070019 XLAT(WSTOPPED),
Elliott Hughes82728372014-06-06 22:49:31 -070020#endif
21#if defined(WCONTINUED) || (defined(HAVE_DECL_WCONTINUED) && HAVE_DECL_WCONTINUED)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070022 XLAT(WCONTINUED),
Elliott Hughes82728372014-06-06 22:49:31 -070023#endif
24#if defined(WNOWAIT) || (defined(HAVE_DECL_WNOWAIT) && HAVE_DECL_WNOWAIT)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070025 XLAT(WNOWAIT),
Elliott Hughes82728372014-06-06 22:49:31 -070026#endif
27#if defined(__WCLONE) || (defined(HAVE_DECL___WCLONE) && HAVE_DECL___WCLONE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070028 XLAT(__WCLONE),
Elliott Hughes82728372014-06-06 22:49:31 -070029#endif
30#if defined(__WALL) || (defined(HAVE_DECL___WALL) && HAVE_DECL___WALL)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070031 XLAT(__WALL),
Elliott Hughes82728372014-06-06 22:49:31 -070032#endif
33#if defined(__WNOTHREAD) || (defined(HAVE_DECL___WNOTHREAD) && HAVE_DECL___WNOTHREAD)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070034 XLAT(__WNOTHREAD),
Elliott Hughes82728372014-06-06 22:49:31 -070035#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070036 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070037};