freebsd clang support
This commit is contained in:
parent
2898dcc5d9
commit
c2bf9b7726
3 changed files with 7 additions and 2 deletions
|
|
@ -17,6 +17,8 @@ typedef int _Unwind_Reason_Code;
|
|||
|
||||
#if (defined __APPLE__) || (defined __clang__)
|
||||
|
||||
#ifndef __FreeBSD__
|
||||
|
||||
typedef int _Unwind_Action;
|
||||
typedef void _Unwind_Exception;
|
||||
|
||||
|
|
@ -24,3 +26,5 @@ typedef void _Unwind_Exception;
|
|||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue