Skip to content

Commit

Permalink
2005-03-20 Alfred M. Szmidt <ams@gnu.org>
Browse files Browse the repository at this point in the history
	* elf/dl-open.c (dl_open_worker): Fix typo.
  • Loading branch information
Roland McGrath committed Apr 6, 2005
1 parent ab56a19 commit 77a55b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions elf/dl-open.c
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 77a55b1

Please sign in to comment.