commit | f9799b4ff03c5a5945f13ddc27cb1fd8db9ac7f3 | [log] [tgz] |
---|---|---|
author | Kirill Makurin <maiddaisuki@outlook.com> | Tue Apr 22 13:32:41 2025 +0900 |
committer | LIU Hao <lh_mouse@126.com> | Thu May 08 18:33:30 2025 +0800 |
tree | a458465da651ed2905f4f8405d0cbc0642a816c9 | |
parent | 589f589e5a3c027cae837372182a562445ff8a86 [diff] |
winpthreads: use `mbsrtowcs` instead of `mbstowcs` `pthread_setname_np` function defined in thread.c uses `mbstowcs` function which is not thread-safe. Use `mbsrtowcs` instead. Signed-off-by: Kirill Makurin <maiddaisuki@outlook.com> Signed-off-by: LIU Hao <lh_mouse@126.com>