sys/cpuset.h: add 3 more macros provided by GLIBC
authorStefan Eßer <se@FreeBSD.org>
Fri, 31 Dec 2021 10:08:34 +0000 (11:08 +0100)
committerStefan Eßer <se@FreeBSD.org>
Fri, 31 Dec 2021 10:08:34 +0000 (11:08 +0100)
commitcb65d4432aed11a0cd77d2bd235d6f760ae91c38
tree942dee0803dbb11a6d2a5c7ac9a3d5bd4d7f1b8d
parentb7810e05ff1dc23c65ef74447556a764a6a60982
sys/cpuset.h: add 3 more macros provided by GLIBC

The lang/python* ports failed since they expected CPU_COUNT_S() to be
provided by sys/cpuset.h. Add this function plus 2 more in a way that
is compatible with GLIBC.

Reported by: ler at lerctr.org (Larry Rosenman)
sys/sys/cpuset.h