[PATCH] D159312: [Headers] Remove a space in NULL define

Rich Felker via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 1 05:07:10 PDT 2023


dalias added a comment.

I don't understand the motivation of trying to match musl's definition here. musl explicitly **does not support** using a compiler-provided `stddef.h` or other standard headers. If it's getting included, this is a symption of an include order problem that needs to be fixed, and getting an error telling you that is preferable.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159312



More information about the cfe-commits mailing list