Name
__sysconf -- get configuration information at runtime
Synopsis
#include <unistd.h>
long __sysconf(int name); |
Description
Get configuration information at runtime.
This is weak alias to sysconf.
__sysconf(name) has the same specification as sysconf(name).
__sysconf is not in the source standard; it is only in the binary standard.