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

View file

@ -272,6 +272,9 @@ static void *load_at(int fd, int offset, int size)
return ptr;
}
#ifdef ELF_CLASS
#undef ELF_CLASS
#endif
#define ELF_CLASS ELFCLASS32
#include "elf.h"