1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

* posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE

entry.
This commit is contained in:
Ulrich Drepper
2007-07-29 05:39:49 +00:00
parent 8f5e140031
commit 5b74caf652
2 changed files with 6 additions and 0 deletions

View File

@@ -911,6 +911,9 @@ static const struct conf vars[] =
#ifdef _SC_LEVEL4_CACHE_ASSOC
{ "LEVEL4_CACHE_ASSOC", _SC_LEVEL4_CACHE_ASSOC, SYSCONF },
#endif
#ifdef _SC_LEVEL4_CACHE_LINESIZE
{ "LEVEL4_CACHE_LINESIZE", _SC_LEVEL4_CACHE_LINESIZE, SYSCONF },
#endif
#ifdef _SC_IPV6
{ "IPV6", _SC_IPV6, SYSCONF },