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