mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
2004-03-26 Ulrich Drepper <drepper@redhat.com> * elf/dl-open.c (check_libc_caller): Fix typo.
This commit is contained in:
@ -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>
|
2004-03-26 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* elf/tst-dlmodcount.c: Include stddef.h and stdlib.h.
|
* 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_from = (const void *) l->l_map_start;
|
||||||
expected1_to = (const void *) l->l_map_end;
|
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:
|
is_2:
|
||||||
expected2_from = (const void *) l->l_map_start;
|
expected2_from = (const void *) l->l_map_start;
|
||||||
|
Reference in New Issue
Block a user