1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
* posix/Makefile (CFLAGS-regex.c): Remove RE_ENABLE_I18N definition.
	* posix/regex_internal.h (RE_ENABLE_I18N): Pretty printing.
This commit is contained in:
Ulrich Drepper
2003-02-23 09:58:08 +00:00
parent fd1a0d0c7c
commit 5a6bbb4160
5 changed files with 11 additions and 5 deletions

View File

@ -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;