[PATCH] D31856: Headers: Make the type of SIZE_MAX the same as size_t

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 21 10:46:42 PDT 2017


efriedma added a comment.

We normally use stdint.h from the host C library, rather than our own version; this file is only relevant in -ffreestanding mode.  So it should be safe to change.


https://reviews.llvm.org/D31856





More information about the cfe-commits mailing list