blob: b74e52991c9513984c495f8bf724c8864433f223 [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/priorities.in; do not edit. */
static const struct xlat priorities[] = {
#if defined(PRIO_PROCESS) || (defined(HAVE_DECL_PRIO_PROCESS) && HAVE_DECL_PRIO_PROCESS)
XLAT(PRIO_PROCESS),
#endif
#if defined(PRIO_PGRP) || (defined(HAVE_DECL_PRIO_PGRP) && HAVE_DECL_PRIO_PGRP)
XLAT(PRIO_PGRP),
#endif
#if defined(PRIO_USER) || (defined(HAVE_DECL_PRIO_USER) && HAVE_DECL_PRIO_USER)
XLAT(PRIO_USER),
#endif
XLAT_END
};