[PATCH] D44604: Make stdarg.h compatible with FreeBSD

John Baldwin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 18 10:39:30 PDT 2018


bsdjhb added a comment.

FWIW, I ended up fixing FreeBSD to only use <machine/stdarg.h> in freestanding environments and always use <stdarg.h> in userland which makes this patch no longer necessary.  (Only one place needed to be fixed.)


Repository:
  rC Clang

https://reviews.llvm.org/D44604





More information about the cfe-commits mailing list