sys/resource.h: add PRIO_MIN and PRIO_MAX for getpriority and setpriority
authorSzabolcs Nagy <nsz@port70.net>
Sun, 15 Sep 2013 15:32:07 +0000 (15:32 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Mon, 16 Sep 2013 15:16:55 +0000 (15:16 +0000)
commit90710df5ccd405743d570dcb255fc28d952ba651
tree06f324adb9023a902a5b40afd11e9a183324992c
parent268375c1c017c0bdefeed1a330811e433c4dfaef
sys/resource.h: add PRIO_MIN and PRIO_MAX for getpriority and setpriority

These constants are not specified by POSIX, but they are in the reserved
namespace, glibc and bsd systems seem to provide them as well.
(Note that POSIX specifies -NZERO and NZERO-1 to be the limits, but
PRIO_MAX equals NZERO)
include/sys/resource.h