[PATCH] D44036: OpenBSD UBsan support / common part 3

David CARLIER via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 2 14:41:03 PST 2018


devnexen added inline comments.


================
Comment at: lib/sanitizer_common/sanitizer_linux.cc:106
+#include <sys/sysctl.h>
+extern char **environ;
+#endif
----------------
vitalybuka wrote:
> Why do you need this extern?
> Is any header for this?
It s a system one I believe.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D44036





More information about the llvm-commits mailing list