[PATCH] D56109: [sanitizer_common] Define __sanitizer_FILE on NetBSD
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 27 12:19:56 PST 2018
krytarowski added inline comments.
================
Comment at: lib/sanitizer_common/sanitizer_platform_limits_netbsd.cc:2249
+CHECK_SIZE_AND_OFFSET(FILE, _offset);
+CHECK_SIZE_AND_OFFSET(FILE, _flags);
+
----------------
Duplicate with L2231
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56109/new/
https://reviews.llvm.org/D56109
More information about the llvm-commits
mailing list