[cfe-commits] [PATCH] clang: fix compilation on Linux

Joerg Sonnenberger joerg at britannica.bec.de
Tue Jan 22 12:21:06 PST 2013


On Tue, Jan 22, 2013 at 11:10:54AM -0800, Saleem Abdulrasool wrote:
> PATH_MAX is defined in linux/limits.h.

Why not just use limits.h? Checking for LLVM_ON_UNIX first and __linux__
next is redundant.

Joerg



More information about the cfe-commits mailing list