commit | 152d8c6b600718264385a3919d290660c771a109 | [log] [tgz] |
---|---|---|
author | Kirill Makurin <maiddaisuki@outlook.com> | Fri Aug 22 02:34:39 2025 +0900 |
committer | Martin Storsjö <martin@martin.st> | Mon Aug 25 12:41:00 2025 +0300 |
tree | bb98be4c99d51217b20315da00b3dc6c6d9f0cff | |
parent | 9486b8fe13313b388b20824c99b642b61c966355 [diff] |
crt: use errno instead of _set_errno() in wcrtomb.c For some old CRTs _set_errno() is emulated, while errno is always available. Signed-off-by: Kirill Makurin <maiddaisuki@outlook.com> Signed-off-by: Martin Storsjö <martin@martin.st>