about summary refs log tree commit diff
path: root/misc/getauxval.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/getauxval.c')
-rw-r--r--misc/getauxval.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/getauxval.c b/misc/getauxval.c
index a3338eedd9..bff456084e 100644
--- a/misc/getauxval.c
+++ b/misc/getauxval.c
@@ -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;