mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Update.
* elf/loadfail.c: Little cosmetic changes to avoid warnings. * elf/loadtest.c: Likewise. * elf/multiload.c: Likewise. * elf/next.c: Likewise. * elf/nodelete.c: Likewise. * elf/noload.c: Likewise. * elf/order.c: Likewise. * elf/origtest.c: Likewise. * elf/preloadtest.c: Likewise. * elf/restest1.c: Likewise.
This commit is contained in:
@@ -146,7 +146,7 @@ main (int argc, char *argv[])
|
||||
}
|
||||
|
||||
/* Unload all loaded modules. */
|
||||
for (count = 0; count < NOBJS; ++count)
|
||||
for (count = 0; count < (int) NOBJS; ++count)
|
||||
if (testobjs[count].handle != NULL)
|
||||
{
|
||||
printf ("\nclose: %s: l_initfini = %p, l_versions = %p\n",
|
||||
@@ -174,6 +174,7 @@ main (int argc, char *argv[])
|
||||
}
|
||||
|
||||
|
||||
extern int foo (int a);
|
||||
int
|
||||
foo (int a)
|
||||
{
|
||||
|
Reference in New Issue
Block a user