From: Ed Maste Date: Wed, 28 Sep 2016 15:37:21 +0000 (+0000) Subject: libunwind: Add OpenBSD case for _Unwind_Ptr typedef X-Git-Tag: llvmorg-4.0.0-rc1~8733 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a2ebee6f50f4c6f2b28cef47fc2512fc01827d7b;p=platform%2Fupstream%2Fllvm.git libunwind: Add OpenBSD case for _Unwind_Ptr typedef Patch by Mark Kettenis llvm-svn: 282599 --- diff --git a/libunwind/src/AddressSpace.hpp b/libunwind/src/AddressSpace.hpp index 3031a95..ec9fb36 100644 --- a/libunwind/src/AddressSpace.hpp +++ b/libunwind/src/AddressSpace.hpp @@ -35,7 +35,7 @@ namespace libunwind { #include "Registers.hpp" #if _LIBUNWIND_ARM_EHABI -#if defined(__FreeBSD__) || defined(__NetBSD__) +#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) typedef void *_Unwind_Ptr;