[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
Tue Nov 10 04:43:33 PST 2020


ldionne accepted this revision.
ldionne added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libcxx/include/support/ibm/xlocale.h:21
+#if defined(_AIX)
 #if !defined(_AIX71)
 // AIX 7.1 and higher has these definitions.  Definitions and stubs
----------------
Wikipedia tells me that AIX 7.1 was released 10 years ago. Can we remove this AIX < 7.1 specific workaround?


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