mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Update.
2004-03-26 Ulrich Drepper <drepper@redhat.com> * elf/dl-open.c (check_libc_caller): Fix typo.
This commit is contained in:
parent
596e1f3978
commit
4ba541a978
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user