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