]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2005-03-20 Alfred M. Szmidt <ams@gnu.org>
authorRoland McGrath <roland@gnu.org>
Wed, 6 Apr 2005 03:41:40 +0000 (03:41 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 6 Apr 2005 03:41:40 +0000 (03:41 +0000)
* elf/dl-open.c (dl_open_worker): Fix typo.

elf/dl-open.c

index dc4a9736ee9f911715ab25c1d11e8189807bcd54..8cc3ad0964d2b8d86b171f1e73ddb3d6225be824 100644 (file)
@@ -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))