[PATCH] D44713: Unsubmitted part of D44599
David CARLIER via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 21 01:52:34 PDT 2018
devnexen added inline comments.
================
Comment at: lib/sanitizer_common/sanitizer_linux.cc:72
#include <sys/futex.h>
+extern char **environ;
#endif
----------------
devnexen wrote:
> vitalybuka wrote:
> > this should not be needed after r328077
> I commented this commit [[ https://reviews.llvm.org/rL327904 |here]]
Nice works better under FreeBSD should do the job under OpenBSD.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D44713
More information about the llvm-commits
mailing list