summaryrefslogtreecommitdiff
path: root/elf/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'elf/elf.h')
-rw-r--r--elf/elf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/elf/elf.h b/elf/elf.h
index 207db0010a..a78432039f 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -412,12 +412,12 @@ typedef struct
typedef struct
{
- int a_type; /* Entry type */
+ int a_type; /* Entry type */
union
{
- long a_val; /* Integer value */
- void *a_ptr; /* Pointer value */
- void (*a_fcn) (); /* Function pointer value */
+ long int a_val; /* Integer value */
+ void *a_ptr; /* Pointer value */
+ void (*a_fcn) (void); /* Function pointer value */
} a_un;
} Elf32_auxv_t;