summaryrefslogtreecommitdiff
path: root/i386/include/mach/i386/exec/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'i386/include/mach/i386/exec/elf.h')
-rw-r--r--i386/include/mach/i386/exec/elf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/i386/include/mach/i386/exec/elf.h b/i386/include/mach/i386/exec/elf.h
index 5155b3d5..cfa988d2 100644
--- a/i386/include/mach/i386/exec/elf.h
+++ b/i386/include/mach/i386/exec/elf.h
@@ -23,11 +23,11 @@
#ifndef _MACH_I386_EXEC_ELF_H_
#define _MACH_I386_EXEC_ELF_H_
-typedef unsigned long Elf32_Addr;
+typedef unsigned int Elf32_Addr;
typedef unsigned short Elf32_Half;
-typedef unsigned long Elf32_Off;
-typedef signed long Elf32_Sword;
-typedef unsigned long Elf32_Word;
+typedef unsigned int Elf32_Off;
+typedef signed int Elf32_Sword;
+typedef unsigned int Elf32_Word;
/* Architecture identification parameters for i386. */
#define MY_EI_DATA ELFDATA2LSB