mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-17 13:47:37 +01:00
781d5d5263
for f in $(find src include -name '*.[ch]'); do expand -t 8 $f > $tmp; mv $tmp $f; done
9 lines
134 B
C
9 lines
134 B
C
#ifndef elf64_h
|
|
#define elf64_h
|
|
|
|
#ifndef ELF_CLASS
|
|
#define ELF_CLASS ELFCLASS64
|
|
#endif
|
|
#include "elfxx.h"
|
|
|
|
#endif /* elf64_h */
|