summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-04-06 03:41:40 +0000
committerRoland McGrath <roland@gnu.org>2005-04-06 03:41:40 +0000
commit77a55b1538b6bc59d36b6e3d09c086e39304ab84 (patch)
tree28b4787de52b233e93c6ae8b997092b5685eb3ad
parentab56a19b305f5191f6e5d5e37304a0322d6e7277 (diff)
2005-03-20 Alfred M. Szmidt <ams@gnu.org>
* elf/dl-open.c (dl_open_worker): Fix typo.
-rw-r--r--elf/dl-open.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/dl-open.c b/elf/dl-open.c
index dc4a9736ee..8cc3ad0964 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))