diff options
Diffstat (limited to 'bfd/pef.h')
-rw-r--r-- | bfd/pef.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ enum bfd_pef_imported_library_options struct bfd_pef_imported_symbol { - unsigned char class; + unsigned char symbol_class; unsigned long name; }; typedef struct bfd_pef_imported_symbol bfd_pef_imported_symbol; |