From 5bb0c10a8f341a379c0dad31cded072e4542432e Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Wed, 3 Oct 2012 22:57:38 +0200 Subject: sysconf/posix: handle _SC_LEVEL4_CACHE_LINESIZE --- sysdeps/posix/sysconf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps') 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. */ -- cgit 1.4.1