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