mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-24 14:41:06 +08:00
2004-12-28 Ulrich Drepper <drepper@redhat.com>
[BZ #726] * sysdeps/generic/dl-tls.c (__tls_get_addr): Fix typo.
This commit is contained in:
parent
2a13b6729f
commit
f602ccdce4
@ -577,7 +577,7 @@ __tls_get_addr (GET_ADDR_ARGS)
|
||||
{
|
||||
size_t cnt;
|
||||
|
||||
for (cnt = total = 0 ? 1 : 0; cnt < listp->len; ++cnt)
|
||||
for (cnt = total == 0 ? 1 : 0; cnt < listp->len; ++cnt)
|
||||
{
|
||||
size_t gen = listp->slotinfo[cnt].gen;
|
||||
struct link_map *map;
|
||||
|
Loading…
x
Reference in New Issue
Block a user