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