mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-18 05:28:36 -07:00
Avoid name clashes with symbols that leak from system headers
Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
parent
f6548c0a4b
commit
3efa9a672e
4 changed files with 45 additions and 40 deletions
2
elf.h
2
elf.h
|
|
@ -454,7 +454,9 @@ typedef struct {
|
|||
#define R_PPC_SECTOFF_HI 35
|
||||
#define R_PPC_SECTOFF_HA 36
|
||||
/* Keep this the last entry. */
|
||||
#ifndef R_PPC_NUM
|
||||
#define R_PPC_NUM 37
|
||||
#endif
|
||||
|
||||
/* ARM specific declarations */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue