1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00
* 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:
Ulrich Drepper
2000-11-26 06:18:02 +00:00
parent 68784f809a
commit a850e77f3f
11 changed files with 23 additions and 2 deletions

View File

@@ -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)
{