mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-25 08:37:38 +01:00
9 lines
128 B
C
9 lines
128 B
C
#ifndef elf64_h
|
|
#define elf64_h
|
|
|
|
#ifndef ELF_CLASS
|
|
#define ELF_CLASS ELFCLASS64
|
|
#endif
|
|
#include "elfxx.h"
|
|
|
|
#endif /* elf64_h */
|