1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-03 17:52:38 +02:00

Silence warning about symbol redefinition.

This commit is contained in:
Konstantin Belousov 2010-03-07 17:27:41 +02:00
parent 59d38aaccd
commit efd0655ff4
2 changed files with 4 additions and 0 deletions

View file

@ -1,7 +1,9 @@
#ifndef elf32_h
#define elf32_h
#ifndef ELF_CLASS
#define ELF_CLASS ELFCLASS32
#endif
#include "elfxx.h"
#endif /* elf32_h */

View file

@ -1,7 +1,9 @@
#ifndef elf64_h
#define elf64_h
#ifndef ELF_CLASS
#define ELF_CLASS ELFCLASS64
#endif
#include "elfxx.h"
#endif /* elf64_h */