From d6bd2c5885215c29d723f02d8607f2c6d662aacc Mon Sep 17 00:00:00 2001 From: Billy Donahue Date: Wed, 3 Apr 2019 16:00:59 -0400 Subject: SERVER-33259 add libunwind to third_party --- src/third_party/unwind/dist/src/hppa/Lglobal.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/third_party/unwind/dist/src/hppa/Lglobal.c (limited to 'src/third_party/unwind/dist/src/hppa/Lglobal.c') diff --git a/src/third_party/unwind/dist/src/hppa/Lglobal.c b/src/third_party/unwind/dist/src/hppa/Lglobal.c new file mode 100644 index 00000000000..6d7b489e14b --- /dev/null +++ b/src/third_party/unwind/dist/src/hppa/Lglobal.c @@ -0,0 +1,5 @@ +#define UNW_LOCAL_ONLY +#include +#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY) +#include "Gglobal.c" +#endif -- cgit v1.2.1