]> sourceware.org Git - glibc.git/commit
x86: Use SIZE_MAX instead of (long int)-1 for tunable range value
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Wed, 3 Feb 2021 14:33:19 +0000 (20:03 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Wed, 10 Feb 2021 13:38:33 +0000 (19:08 +0530)
commita1b8b06a55c1ee581d5ef860cec214b0c27a66f0
tree2e402d17246be7a81ed877c08e135afe559875c9
parent61117bfa1b08ca048e6512c0652c568300fedf6a
x86: Use SIZE_MAX instead of (long int)-1 for tunable range value

The tunable types are SIZE_T, so set the ranges to the correct maximum
value, i.e. SIZE_MAX.
sysdeps/x86/dl-cacheinfo.h
This page took 0.039489 seconds and 5 git commands to generate.