summaryrefslogtreecommitdiff
path: root/src/arm/Los-other.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/Los-other.c')
-rw-r--r--src/arm/Los-other.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/arm/Los-other.c b/src/arm/Los-other.c
new file mode 100644
index 00000000..a75a205d
--- /dev/null
+++ b/src/arm/Los-other.c
@@ -0,0 +1,5 @@
+#define UNW_LOCAL_ONLY
+#include <libunwind.h>
+#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
+#include "Gos-freebsd.c"
+#endif