[libc++][NFC] Add MVS guard for locale_mgmt_zos.h
authorDavid Tenty <daltenty@ibm.com>
Mon, 11 Jul 2022 15:36:19 +0000 (11:36 -0400)
committerDavid Tenty <daltenty@ibm.com>
Tue, 12 Jul 2022 18:15:42 +0000 (14:15 -0400)
commit4a009797ec61178e9dddd62fc079bd8f67257147
treed6287fb0b1799eeb97357495238d393d956739fe
parenta844378b2bc2c0a7f18e8d7cdd259b6c4d443128
[libc++][NFC] Add MVS guard for locale_mgmt_zos.h

This header need not be included on non-z/OS IBM platforms (and indeed
will add nothing when it is), so add a guard. This let's us remove the
header without things breaking when shipping libc++ for AIX.

Reviewed By: hubert.reinterpretcast, fanbo-meng

Differential Revision: https://reviews.llvm.org/D129493
libcxx/include/__support/ibm/xlocale.h