mirror of git://sourceware.org/git/glibc.git
malloc: Fix duplicate inline for do_set_mxfast
This commit is contained in:
parent
f60e45ba10
commit
a4ea49f85e
|
@ -5412,8 +5412,7 @@ do_set_tcache_unsorted_limit (size_t value)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static inline int
|
static __always_inline int
|
||||||
__always_inline
|
|
||||||
do_set_mxfast (size_t value)
|
do_set_mxfast (size_t value)
|
||||||
{
|
{
|
||||||
if (value <= MAX_FAST_SIZE)
|
if (value <= MAX_FAST_SIZE)
|
||||||
|
|
Loading…
Reference in New Issue