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