1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-28 20:21:45 +02:00
libunwind-eh_elf/src/elf64.h

8 lines
103 B
C
Raw Normal View History

2003-02-08 11:10:59 +01:00
#ifndef elf64_h
#define elf64_h
#define ELF_CLASS ELFCLASS64
#include "elfxx.h"
#endif /* elf64_h */