Searched defs:sysconf (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dsysconf.c29 /* sysconf(3C) - returns system configuration information */
31 #pragma weak _sysconf = sysconf
51 sysconf(int name) function
534 * UNIX 98 version of sysconf needed in order to set _XOPEN_VERSION to 500.
542 return (sysconf(name));

Completed in 25 milliseconds