[PATCH] D35553: Define OFF_T as 64-bit unsigned integer on NetBSD
Ed Maste via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 18 05:29:44 PDT 2017
emaste added inline comments.
================
Comment at: lib/sanitizer_common/sanitizer_internal_defs.h:135
// like pread and mmap, as opposed to pread64 and mmap64.
// FreeBSD, Mac and Linux/x86-64 are special.
+#if SANITIZER_FREEBSD || SANITIZER_NETBSD || SANITIZER_MAC || \
----------------
This comment needs to be updated or removed.
Repository:
rL LLVM
https://reviews.llvm.org/D35553
More information about the llvm-commits
mailing list