mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Use glibc_likely instead __builtin_expect.
This commit is contained in:
@ -42,7 +42,7 @@ _i18n_number_rewrite (CHAR_T *w, CHAR_T *rear_ptr, CHAR_T *end)
|
||||
wint_t wthousands = __towctrans (L',', map);
|
||||
|
||||
#ifndef COMPILE_WPRINTF
|
||||
if (__builtin_expect (map != NULL, 0))
|
||||
if (__glibc_unlikely (map != NULL))
|
||||
{
|
||||
mbstate_t state;
|
||||
memset (&state, '\0', sizeof (state));
|
||||
|
Reference in New Issue
Block a user