From 77a55b1538b6bc59d36b6e3d09c086e39304ab84 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 6 Apr 2005 03:41:40 +0000 Subject: [PATCH] 2005-03-20 Alfred M. Szmidt * elf/dl-open.c (dl_open_worker): Fix typo. --- elf/dl-open.c | 2 ++ 1 file changed, 2 insertions(+) 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))