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

Xing Xue via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 3 09:10:26 PDT 2019


xingxue marked 2 inline comments as done.
xingxue added inline comments.


================
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.
+
----------------
hubert.reinterpretcast wrote:
> Typo:
> s/_XOPEN_SOUECE/_XOPEN_SOURCE/;
Good catch!  Fixed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D59253





More information about the llvm-commits mailing list