在 2026-8-20 03:49, Pali Rohár 写道:
mingw-w64 crt code does not use __C_specific_handler function since the commit 271ce1baac1df4a062a419cd57120b4897c2fdfb ("crt: crt_handler: Switch from __C_specific_handler+_gnu_exception_handler to __mingw_SEH_error_handler").The current __C_specific_handler implementation is incomplete and therefore it is not a good idea to let it exported for applications. So remove this incomplete / dummy implementation of __C_specific_handler. --- mingw-w64-crt/Makefile.am | 1 - mingw-w64-crt/misc/__C_specific_handler.c | 34 ----------------------- 2 files changed, 35 deletions(-) delete mode 100644 mingw-w64-crt/misc/__C_specific_handler.c
Thanks for the patch. Pushed with a little wording change to the commit message. -- Best regards, LIU Hao
OpenPGP_signature.asc
Description: OpenPGP digital signature
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
