mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-25 16:47: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
|
#ifndef elf32_h
|
||||||
#define elf32_h
|
#define elf32_h
|
||||||
|
|
||||||
|
#ifndef ELF_CLASS
|
||||||
#define ELF_CLASS ELFCLASS32
|
#define ELF_CLASS ELFCLASS32
|
||||||
|
#endif
|
||||||
#include "elfxx.h"
|
#include "elfxx.h"
|
||||||
|
|
||||||
#endif /* elf32_h */
|
#endif /* elf32_h */
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
#ifndef elf64_h
|
#ifndef elf64_h
|
||||||
#define elf64_h
|
#define elf64_h
|
||||||
|
|
||||||
|
#ifndef ELF_CLASS
|
||||||
#define ELF_CLASS ELFCLASS64
|
#define ELF_CLASS ELFCLASS64
|
||||||
|
#endif
|
||||||
#include "elfxx.h"
|
#include "elfxx.h"
|
||||||
|
|
||||||
#endif /* elf64_h */
|
#endif /* elf64_h */
|
||||||
|
|
Loading…
Reference in a new issue