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:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user