[PATCH] D50413: [libunwind][include] Add some missing definitions to <unwind.h>.

Kamil Rytarowski via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 7 17:09:48 PDT 2018


krytarowski added a comment.

NetBSD uses `typedef void *_Unwind_Ptr;` unconditionally in its `<unwind.h>`... if that has to be matched.

Additionally: `typedef long _Unwind_Word;`.


Repository:
  rUNW libunwind

https://reviews.llvm.org/D50413





More information about the cfe-commits mailing list