summaryrefslogtreecommitdiff
path: root/src/x86_64/Los-linux.c
blob: 3cc18aabcc399ce78377b3dfa8043a261614783d (plain)
1
2
3
4
5
#define UNW_LOCAL_ONLY
#include <libunwind.h>
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
#include "Gos-linux.c"
#endif