[libcxx-commits] [PATCH] D98044: [SystemZ][z/OS] Missing locale functions libc++

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 5 07:36:53 PST 2021


curdeius accepted this revision.
curdeius added a comment.

LGTM.



================
Comment at: libcxx/include/__support/ibm/locale_mgmt_zos.h:44
+// z/OS does not have newlocale, freelocale and uselocale.
+// The functions below are workarounds in single thread mode
+locale_t newlocale(int category_mask, const char* locale, locale_t base);
----------------
Last missing dot (no need to update the review, just add it when landing).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98044/new/

https://reviews.llvm.org/D98044



More information about the libcxx-commits mailing list