ClickHouse/contrib/libunwind/src/elf64.h

10 lines
134 B
C++
Raw Normal View History

#ifndef elf64_h
#define elf64_h
#ifndef ELF_CLASS
#define ELF_CLASS ELFCLASS64
#endif
#include "elfxx.h"
#endif /* elf64_h */