[PATCH] D44556: OpenBSD UBsan support final missing bits
David CARLIER via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 16 15:05:41 PDT 2018
devnexen added inline comments.
================
Comment at: lib/sanitizer_common/sanitizer_procmaps_bsd.cc:22
-#include <sys/sysctl.h>
#include <sys/types.h>
+#include <sys/sysctl.h>
----------------
vitalybuka wrote:
> Why do you need this order?
Because int32_t type needed for sysctl.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D44556
More information about the llvm-commits
mailing list