summaryrefslogtreecommitdiff
path: root/src/aarch64/Lis_signal_frame.c
blob: b9a7c4f51ad9fa7197d4b8ec044f5cfbcc5decc2 (plain)
1
2
3
4
5
#define UNW_LOCAL_ONLY
#include <libunwind.h>
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
#include "Gis_signal_frame.c"
#endif