mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-16 13:18:12 +01:00
9 lines
128 B
C
9 lines
128 B
C
#ifndef elf32_h
|
|
#define elf32_h
|
|
|
|
#ifndef ELF_CLASS
|
|
#define ELF_CLASS ELFCLASS32
|
|
#endif
|
|
#include "elfxx.h"
|
|
|
|
#endif /* elf32_h */
|