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