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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user