Skip to content

Commit 77484cb

Browse files
committed
Add missing declaration to ARM unwind header.
1 parent 0314161 commit 77484cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unwind-arm.h

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ struct _Unwind_Exception
7878
/* Unwinding functions */
7979
_Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *ucbp);
8080
void _Unwind_Resume(struct _Unwind_Exception *ucbp);
81+
_Unwind_Reason_Code _Unwind_Resume_or_Rethrow(struct _Unwind_Exception *);
8182
void _Unwind_Complete(struct _Unwind_Exception *ucbp);
8283
void _Unwind_DeleteException(struct _Unwind_Exception *ucbp);
8384
void *_Unwind_GetLanguageSpecificData(struct _Unwind_Context*);

0 commit comments

Comments
 (0)