1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
2003-02-04  Ulrich Drepper  <drepper@redhat.com>

	* iconvdata/Makefile: Add rules to build and run bug-iconv3.
	* iconvdata/bug-iconv3.c: New file.
This commit is contained in:
Ulrich Drepper
2003-02-05 00:03:02 +00:00
parent b33b0d0dfb
commit 6f1cff95e7
6 changed files with 74 additions and 7 deletions

View File

@ -340,7 +340,7 @@ typedef pthread_key_t __libc_key_t;
PTF(__pthread_once) (&(ONCE_CONTROL), INIT_FUNCTION); \
else if ((ONCE_CONTROL) == PTHREAD_ONCE_INIT) { \
INIT_FUNCTION (); \
(ONCE_CONTROL) = !PTHREAD_ONCE_INIT; \
(ONCE_CONTROL) |= 2; \
} \
} while (0)