__sysconf

Name

__sysconf -- get configuration information at runtime

Synopsis

#include <unistd.h>

long __sysconf(int name);

Description

__sysconf gets configuration information at runtime.

__sysconf is weak alias to sysconf.

__sysconf has the same specification as sysconf.

__sysconf is not in the source standard; it is only in the binary standard.