Skip to content

Implement: __fwprintf_chk, wcstoul_l, wcstoul_l, wcstod_l

Michał Kazior requested to merge kazik/gcompat:master into master

I've ran into these being missing when I tried running Immersed1 (all 4 functions) and PrusaSlicer2 (just the wcs* ones). PrusaSlicer has some libstdc++ symbol mangling issues so even with these extra functions I couldn't make it run yet. Immersed does start now though.

Merge request reports