From: Roland McGrath Date: Wed, 6 Apr 2005 03:41:40 +0000 (+0000) Subject: 2005-03-20 Alfred M. Szmidt X-Git-Tag: cvs/glibc-2_3_5~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77a55b1538b6bc59d36b6e3d09c086e39304ab84;p=thirdparty%2Fglibc.git 2005-03-20 Alfred M. Szmidt * elf/dl-open.c (dl_open_worker): Fix typo. --- diff --git a/elf/dl-open.c b/elf/dl-open.c index dc4a9736ee9..8cc3ad0964d 100644 --- a/elf/dl-open.c +++ b/elf/dl-open.c @@ -490,8 +490,10 @@ dl_open_worker (void *a) /* We have to bump the generation counter. */ any_tls = true; } +#endif } +#if USE_TLS /* Bump the generation number if necessary. */ if (any_tls) if (__builtin_expect (++GL(dl_tls_generation) == 0, 0))