1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

* misc/getauxval.c (__getauxval): Use unsigned long int.

* misc/sys/auxv.h: Include <sys/cdefs.h>.
        (getauxval): Use unsigned long int.
This commit is contained in:
Richard Henderson
2012-05-21 11:26:24 -07:00
parent cbc00a0398
commit 4a56a16205
3 changed files with 11 additions and 4 deletions

View File

@ -19,8 +19,8 @@
#include <ldsodefs.h>
unsigned long
__getauxval (unsigned long type)
unsigned long int
__getauxval (unsigned long int type)
{
ElfW(auxv_t) *p;