Pádraig Brady wrote: > +2020-02-02 Pádraig Brady <p...@draigbrady.com> > + > + sysctl.h: avoid including on glibc > + * lib/nproc.c: Avoid including deprecated and unneeded header on GLIBC. > + * lib/physmem.c: Likewise.
Looks good. The sysctl() invocations below are not enabled on glibc systems, because glibc does not define HW_NCPU, HW_PHYSMEM, HW_USERMEM. Bruno