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

Heejin Ahn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 31 17:19:43 PDT 2023


aheejin added a comment.

Done. Btw musl defines `NULL` in several places, not only `stdio.h`. It defines `NULL` in `local.h`, `stddef.h`, `stdio.h`, `stdlib.h`, `string.h`, `time.h`, `unistd.h`, and `wchar.h`. Not sure why.


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