2004-03-26  Ulrich Drepper  <drepper@redhat.com>

	* elf/dl-open.c (check_libc_caller): Fix typo.
This commit is contained in:
Ulrich Drepper 2004-03-26 21:25:35 +00:00
parent 596e1f3978
commit 4ba541a978
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-03-26 Ulrich Drepper <drepper@redhat.com>
* elf/dl-open.c (check_libc_caller): Fix typo.
2004-03-26 Jakub Jelinek <jakub@redhat.com>
* elf/tst-dlmodcount.c: Include stddef.h and stdlib.h.

View File

@ -183,7 +183,7 @@ check_libc_caller (const void *caller)
expected1_from = (const void *) l->l_map_start;
expected1_to = (const void *) l->l_map_end;
}
else if (strcmp (expected1, l->l_name) == 0)
else if (strcmp (expected2, l->l_name) == 0)
{
is_2:
expected2_from = (const void *) l->l_map_start;