blob: e82cefcb3147213fe0622e9b5ba5f129c86e07fb [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/usagewho.in; do not edit. */
2
3static const struct xlat usagewho[] = {
4#if defined(RUSAGE_SELF) || (defined(HAVE_DECL_RUSAGE_SELF) && HAVE_DECL_RUSAGE_SELF)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(RUSAGE_SELF),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(RUSAGE_CHILDREN) || (defined(HAVE_DECL_RUSAGE_CHILDREN) && HAVE_DECL_RUSAGE_CHILDREN)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(RUSAGE_CHILDREN),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(RUSAGE_BOTH) || (defined(HAVE_DECL_RUSAGE_BOTH) && HAVE_DECL_RUSAGE_BOTH)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(RUSAGE_BOTH),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070013 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070014};