Small updates according to latest glibc headers.

committer: mfx <mfx> 1126184484 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2005-09-08 13:01:24 +00:00
parent 24ffaa0738
commit 14d303d331
3 changed files with 20 additions and 13 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ upx_bzero(char *p, size_t len)
static void
__attribute__((regparm(3), stdcall))
auxv_up(Elf32_auxv_t *av, int const type, unsigned const value)
auxv_up(Elf32_auxv_t *av, unsigned const type, unsigned const value)
{
if (av && 0==(1&(int)av)) /* PT_INTERP usually inhibits, except for hatch */
for (;; ++av) {