mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 07:37:38 +01:00
Silence warning about symbol redefinition.
This commit is contained in:
parent
59d38aaccd
commit
efd0655ff4
2 changed files with 4 additions and 0 deletions
|
@ -1,7 +1,9 @@
|
|||
#ifndef elf32_h
|
||||
#define elf32_h
|
||||
|
||||
#ifndef ELF_CLASS
|
||||
#define ELF_CLASS ELFCLASS32
|
||||
#endif
|
||||
#include "elfxx.h"
|
||||
|
||||
#endif /* elf32_h */
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
#ifndef elf64_h
|
||||
#define elf64_h
|
||||
|
||||
#ifndef ELF_CLASS
|
||||
#define ELF_CLASS ELFCLASS64
|
||||
#endif
|
||||
#include "elfxx.h"
|
||||
|
||||
#endif /* elf64_h */
|
||||
|
|
Loading…
Reference in a new issue