[libcxx-commits] [PATCH] D90319: [SystemZ][z/OS] Enable POSIX_l functions for z/OS

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Oct 28 10:36:29 PDT 2020


ldionne added a comment.

Please quit removing `libc++` as a reviewer. There's a reason why we add that group of reviewers. You won't check this in without the approval of someone in the group anyway.



================
Comment at: libcxx/include/wchar.h:173
 
-#if defined(__cplusplus) && defined(_LIBCPP_MSVCRT_LIKE)
+#if defined(__cplusplus) && (defined(_LIBCPP_MSVCRT_LIKE) || defined(__MVS__))
 extern "C" {
----------------
Where are those defined for z/OS? I see definitions in `src/solaris/support/mbsnrtowcs.inc` and `src/support/win32/support.cpp`, but nothing that seems to be included when building for z/OS. Did I miss something?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90319



More information about the libcxx-commits mailing list