diff options
author | Pino Toscano <toscano.pino@tiscali.it> | 2012-10-03 22:57:38 +0200 |
---|---|---|
committer | Pino Toscano <toscano.pino@tiscali.it> | 2012-10-03 22:57:38 +0200 |
commit | 5bb0c10a8f341a379c0dad31cded072e4542432e (patch) | |
tree | 3d84961959c41ae0118454f79964d93a96a347c4 /sysdeps | |
parent | 010188c6eabea5aa544ed8b7ff003d4d990610e8 (diff) | |
download | glibc-5bb0c10a8f341a379c0dad31cded072e4542432e.tar.gz glibc-5bb0c10a8f341a379c0dad31cded072e4542432e.tar.xz glibc-5bb0c10a8f341a379c0dad31cded072e4542432e.zip |
sysconf/posix: handle _SC_LEVEL4_CACHE_LINESIZE
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/posix/sysconf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/posix/sysconf.c b/sysdeps/posix/sysconf.c index d9b3c83ab7..bfe28b47ee 100644 --- a/sysdeps/posix/sysconf.c +++ b/sysdeps/posix/sysconf.c @@ -1227,6 +1227,7 @@ __sysconf (name) case _SC_LEVEL3_CACHE_LINESIZE: case _SC_LEVEL4_CACHE_SIZE: case _SC_LEVEL4_CACHE_ASSOC: + case _SC_LEVEL4_CACHE_LINESIZE: /* In general we cannot determine these values. Therefore we return zero which indicates that no information is available. */ |