Summary
strfmon() and strfmon_l() do not produce correct output in the WASI sysroot. The WASI libc (musl-based) has limited locale support, and monetary formatting functions may not be properly implemented.
Affected os-test cases
basic/monetary/strfmon
basic/monetary/strfmon_l
Expected behavior
Monetary formatting functions should produce POSIX-compliant formatted output.
Context
Discovered via os-test POSIX conformance suite. Tracked in posix-exclusions.json as fail / patched-sysroot.