mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
* posix/Makefile (CFLAGS-regex.c): Remove RE_ENABLE_I18N definition. * posix/regex_internal.h (RE_ENABLE_I18N): Pretty printing.
This commit is contained in:
@ -47,7 +47,7 @@ __libc_enable_asynccancel (void)
|
||||
break;
|
||||
|
||||
if (atomic_compare_and_exchange_acq (&self->cancelhandling, newval,
|
||||
oldval) == 0)
|
||||
oldval) != 0)
|
||||
/* Somebody else modified the word, try again. */
|
||||
continue;
|
||||
|
||||
|
Reference in New Issue
Block a user