diff options
Diffstat (limited to 'include/elf/internal.h')
-rw-r--r-- | include/elf/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/elf/internal.h b/include/elf/internal.h index 1e3f6a3..5d39d3a 100644 --- a/include/elf/internal.h +++ b/include/elf/internal.h @@ -114,7 +114,7 @@ struct elf_internal_sym { unsigned long st_name; /* Symbol name, index in string tbl */ unsigned char st_info; /* Type and binding attributes */ unsigned char st_other; /* Visibilty, and target specific */ - unsigned short st_shndx; /* Associated section index */ + unsigned int st_shndx; /* Associated section index */ }; typedef struct elf_internal_sym Elf_Internal_Sym; |