In article <[email protected]>, Joerg Sonnenberger <[email protected]> wrote: >On Wed, Jan 11, 2017 at 09:00:42PM -0500, Christos Zoulas wrote: >> Module Name: src >> Committed By: christos >> Date: Thu Jan 12 02:00:42 UTC 2017 >> >> Modified Files: >> src/lib/libc/stdlib: malloc.c >> >> Log Message: >> Avoid sysconf: __sysconf -> sysctlgetmibinfo -> strtoimax -> locale, etc. > >Can you at least use sysctl(2) directly?
I could... Ok. christos
