commit | 53f5557f4b0f7fa236bb9d0db76086b37cf074f9 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali.rohar@gmail.com> | Fri Aug 15 23:28:51 2025 +0200 |
committer | Martin Storsjö <martin@martin.st> | Wed Aug 20 23:48:26 2025 +0300 |
tree | 8a141bf04c44bcae23b86e92f5a35cdb091fb0d7 | |
parent | e4fcd8fd7556ff73f51c2770b1c67d70bcc13ce1 [diff] |
crt: Use only mbstate_t in mbsrtowcs Function mbsrtowcs() does not access bytes of mbstate_t, so define conversion_state directly of mbstate_t type instead of unused union. Signed-off-by: Martin Storsjö <martin@martin.st>