Switch local sysctl(2) calls to internal_sysctl().
This is a preparation for introduction of interceptors for
the sysctl*() family of functions and switching internal_sysctl*()
to libc calls bypassing interceptors.
No functional change intended with this revision.