diff options
Diffstat (limited to 'bfd/hosts')
-rw-r--r-- | bfd/hosts/x86-64linux.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/hosts/x86-64linux.h b/bfd/hosts/x86-64linux.h index fdf17f1..27901c5 100644 --- a/bfd/hosts/x86-64linux.h +++ b/bfd/hosts/x86-64linux.h @@ -38,7 +38,10 @@ typedef unsigned int uint32_t; #endif +#undef HAVE_PRPSINFO32_T #define HAVE_PRPSINFO32_T + +#undef HAVE_PRSTATUS32_T #define HAVE_PRSTATUS32_T /* These are the 32-bit x86 structures. */ |