mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
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
|
||||
|
||||
static inline int
|
||||
__always_inline
|
||||
static __always_inline int
|
||||
do_set_mxfast (size_t value)
|
||||
{
|
||||
if (value <= MAX_FAST_SIZE)
|
||||
|
Loading…
Reference in New Issue
Block a user