off_t is 64-bit on FreeBSD in both i386 and x86-64 modes.
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/sanitizer_common/sanitizer_internal_defs.h | ||
---|---|---|
84 | This comment is mildly confusing with the addition of FreeBSD to the #if. FreeBSD is "special" in the same way that Mac and Linux/x86-64 are. The warning above clearly explains the issue. Probably just remove the "Mac and..." comment as it's redundant with the test. |
This comment is mildly confusing with the addition of FreeBSD to the #if. FreeBSD is "special" in the same way that Mac and Linux/x86-64 are.
The warning above clearly explains the issue. Probably just remove the "Mac and..." comment as it's redundant with the test.