libstdc++: Avoid conflicting declaration in eh_call.cc [PR112997]
commit8c5d00f8291d718ef64c742b9c971e16f75e5074
authorJonathan Wakely <jwakely@redhat.com>
Wed, 13 Dec 2023 09:45:44 +0000 (13 09:45 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Sun, 7 Jan 2024 00:58:46 +0000 (7 00:58 +0000)
tree07fe2622ffc9715fa020305fd7d888456f1401ae
parent7d11d813583efad652c83c7631ef8d6d18489119
libstdc++: Avoid conflicting declaration in eh_call.cc [PR112997]

r14-1527-g2415024e0f81f8 changed the parameter of the
__cxa_call_terminate definition, but there's also a declaration in
unwind-cxx.h which should have been changed too.

libstdc++-v3/ChangeLog:

PR libstdc++/112997
* libsupc++/unwind-cxx.h (__cxa_call_terminate): Change first
parameter to void*.
libstdc++-v3/libsupc++/unwind-cxx.h