mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-05 01:09:27 +01:00
7 lines
103 B
C
7 lines
103 B
C
#ifndef elf64_h
|
|
#define elf64_h
|
|
|
|
#define ELF_CLASS ELFCLASS64
|
|
#include "elfxx.h"
|
|
|
|
#endif /* elf64_h */
|