mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-31 23:23:43 +01:00
fd88f41818
Conflicts: src/x86/Gis_signal_frame.c src/x86/Gstep.c src/x86_64/Gis_signal_frame.c src/x86_64/Gstep.c
5 lines
135 B
C
5 lines
135 B
C
#define UNW_LOCAL_ONLY
|
|
#include <libunwind.h>
|
|
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
|
|
#include "Gos-freebsd.c"
|
|
#endif
|