summaryrefslogtreecommitdiff
path: root/src/third_party/unwind/dist/src/dwarf/Lpe.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/unwind/dist/src/dwarf/Lpe.c')
-rw-r--r--src/third_party/unwind/dist/src/dwarf/Lpe.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/third_party/unwind/dist/src/dwarf/Lpe.c b/src/third_party/unwind/dist/src/dwarf/Lpe.c
new file mode 100644
index 00000000000..a672358f063
--- /dev/null
+++ b/src/third_party/unwind/dist/src/dwarf/Lpe.c
@@ -0,0 +1,5 @@
+#define UNW_LOCAL_ONLY
+#include <libunwind.h>
+#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
+#include "Gpe.c"
+#endif