Avoid name clashes with symbols that leak from system headers

Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
malc 2009-07-18 13:10:12 +04:00
parent f6548c0a4b
commit 3efa9a672e
4 changed files with 45 additions and 40 deletions

2
elf.h
View file

@ -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 */