Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* elf/dl-open.c (dl_open_worker): Fix typo.
  • Loading branch information
Ulrich Drepper committed Mar 20, 2005
1 parent 56137db commit 8622e95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2005-03-20 Alfred M. Szmidt <ams@gnu.org>

* elf/dl-open.c (dl_open_worker): Fix typo.

2005-03-20 Ulrich Drepper <drepper@redhat.com>

* malloc/malloc.c (public_cALLOc): We cannot skip the memory
Expand Down
2 changes: 2 additions & 0 deletions elf/dl-open.c
Expand Up @@ -462,8 +462,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 && __builtin_expect (++GL(dl_tls_generation) == 0, 0))
_dl_fatal_printf (N_("\
Expand Down

0 comments on commit 8622e95

Please sign in to comment.