mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-02-18 02:51:41 +01:00
9 lines
134 B
C
9 lines
134 B
C
#ifndef elf32_h
|
|
#define elf32_h
|
|
|
|
#ifndef ELF_CLASS
|
|
#define ELF_CLASS ELFCLASS32
|
|
#endif
|
|
#include "elfxx.h"
|
|
|
|
#endif /* elf32_h */
|