1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-17 13:47:37 +01:00
libunwind-eh_elf/src/ptrace/_UPT_elf.c

6 lines
227 B
C
Raw Normal View History

/* We need to get a separate copy of the ELF-code into
libunwind-ptrace since it cannot (and must not) have any ELF
dependencies on libunwind. */
#include "libunwind_i.h" /* get ELFCLASS defined */
#include "../elfxx.c"