summaryrefslogtreecommitdiff
path: root/src/third_party/unwind/dist/src/x86_64/Ltrace.c
blob: fcd3f239c9e422e9a3a4a2d5e13980fdaee873bc (plain)
1
2
3
4
5
#define UNW_LOCAL_ONLY
#include <libunwind.h>
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
#include "Gtrace.c"
#endif