mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
malloc: Fix duplicate inline for do_set_mxfast
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user