PRIO_MIN
(void)setpriority(PRIO_PROCESS, 0, PRIO_MIN);
if (n < PRIO_MIN) {
n = PRIO_MIN;
if (prio < PRIO_MIN)
prio = PRIO_MIN;