mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-31 23:11:09 +00:00
sysconf/posix: handle _SC_LEVEL4_CACHE_LINESIZE
This commit is contained in:
parent
010188c6ea
commit
5bb0c10a8f
@ -1,3 +1,8 @@
|
||||
2012-10-03 Pino Toscano <toscano.pino@tiscali.it>
|
||||
|
||||
* sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
|
||||
_SC_LEVEL4_CACHE_LINESIZE.
|
||||
|
||||
2012-10-03 Roland McGrath <roland@hack.frob.com>
|
||||
|
||||
* sysdeps/unix/bsd/confstr.h: File removed.
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user