libstdc++: Fix the return type of __cxa_finalize
This should return void according to the Itanium C++ ABI. 2020-05-04 Fangrui Song <maskray@google.com> * libsupc++/cxxabi.h (__cxa_finalize): Fix return type.
This commit is contained in:
parent
ae8a08ff59
commit
1405ed4334
@ -1,3 +1,7 @@
|
||||
2020-05-04 Fangrui Song <maskray@google.com>
|
||||
|
||||
* libsupc++/cxxabi.h (__cxa_finalize): Fix return type.
|
||||
|
||||
2020-05-04 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* doc/xml/faq.xml: Use working link for SGI STL FAQ.
|
||||
|
@ -127,7 +127,7 @@ namespace __cxxabiv1
|
||||
int
|
||||
__cxa_atexit(void (*)(void*), void*, void*) _GLIBCXX_NOTHROW;
|
||||
|
||||
int
|
||||
void
|
||||
__cxa_finalize(void*);
|
||||
|
||||
// TLS destruction.
|
||||
|
Loading…
Reference in New Issue
Block a user