Undefine HAVE_PRPSINFO32_T/HAVE_PRSTATUS32_T before define.
2010-04-10 H.J. Lu <hongjiu.lu@intel.com> * hosts/x86-64linux.h (HAVE_PRPSINFO32_T): Undefine before define. (HAVE_PRSTATUS32_T): Likewise.
This commit is contained in:
parent
8bc7f13859
commit
fe50f4392b
@ -1,3 +1,9 @@
|
||||
2010-04-10 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* hosts/x86-64linux.h (HAVE_PRPSINFO32_T): Undefine before
|
||||
define.
|
||||
(HAVE_PRSTATUS32_T): Likewise.
|
||||
|
||||
2010-04-10 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR corefiles/11467
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user