[libcxx-commits] [PATCH] D98207: [SystemZ][z/OS] Missing wchar functions libc++
Zibi Sarbino via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Apr 26 12:27:42 PDT 2021
zibi added a comment.
LGTM, just wait for libc++ approval.
================
Comment at: libcxx/src/support/ibm/wcsnrtombs.cpp:43
+
+ // char_size contains the size of the multi-byte-sequence converted, -1 otherwise.
+ // wcrtomb() sets errno.
----------------
Can you fix this as well?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98207/new/
https://reviews.llvm.org/D98207
More information about the libcxx-commits
mailing list