mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
Make libsupc++'s __cxa_call_terminate() prototype consistent with the
definition. Submitted by: dt71@gmx.com MFC after: 3 days
This commit is contained in:
parent
f758648022
commit
914922decc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=252387
@ -133,7 +133,7 @@ extern "C" void __cxa_bad_typeid ();
|
||||
// throws, and if bad_exception needs to be thrown. Called from the
|
||||
// compiler.
|
||||
extern "C" void __cxa_call_unexpected (void *) __attribute__((noreturn));
|
||||
extern "C" void __cxa_call_terminate (void*) __attribute__((noreturn));
|
||||
extern "C" void __cxa_call_terminate (_Unwind_Exception*) __attribute__((noreturn));
|
||||
|
||||
#ifdef __ARM_EABI_UNWINDER__
|
||||
// Arm EABI specified routines.
|
||||
|
Loading…
Reference in New Issue
Block a user