[PATCH] D59253: [AIX][libcxx] AIX system headers need stdint.h and inttypes.h to be re-enterable when macro _STD_TYPES_T is defined

Hubert Tong via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 3 08:42:37 PDT 2019


hubert.reinterpretcast accepted this revision.
hubert.reinterpretcast added a comment.

LGTM with minor comment.



================
Comment at: libcxx/test/std/depr/depr.c.headers/stdint_h.sh.cpp:21
+// Test that limits macros are available when <stdint.h> is included with
+// or without macro _XOPEN_SOUECE=700.
+
----------------
Typo:
s/_XOPEN_SOUECE/_XOPEN_SOURCE/;


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D59253





More information about the cfe-commits mailing list