summaryrefslogtreecommitdiff
path: root/src/third_party/unwind/dist/src/elf64.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/unwind/dist/src/elf64.c')
-rw-r--r--src/third_party/unwind/dist/src/elf64.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/third_party/unwind/dist/src/elf64.c b/src/third_party/unwind/dist/src/elf64.c
new file mode 100644
index 00000000000..195b8879486
--- /dev/null
+++ b/src/third_party/unwind/dist/src/elf64.c
@@ -0,0 +1,4 @@
+#ifndef UNW_REMOTE_ONLY
+# include "elf64.h"
+# include "elfxx.c"
+#endif