On Tue, 10 Dec 2019, JonY via Mingw-w64-public wrote:

On 12/10/19 11:50 AM, Martin Storsjö wrote:
+int __mingw_cxa_thread_atexit(dtor_fn dtor, void *obj, void *dso) {
+  return __cxa_thread_atexit(dtor, obj, dso);


Did I miss something? The definition got renamed to
__mingw_cxa_thread_atexit, yet it is calling __cxa_thread_atexit?

Oops, you're right, this part of the patch is wrong, it should be the other way around.

// Martin

_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to