All 32 and 64 bit NetBSD platforms define off_t as 64-bit integer.
Part of the code inspired by the original work on libsanitizer in GCC 5.4 by Christos Zoulas.
Sponsored by <The NetBSD Foundation>
Differential D35553
Define OFF_T as 64-bit integer on NetBSD krytarowski on Jul 18 2017, 5:22 AM. Authored by
Details All 32 and 64 bit NetBSD platforms define off_t as 64-bit integer. Part of the code inspired by the original work on libsanitizer in GCC 5.4 by Christos Zoulas. Sponsored by <The NetBSD Foundation>
Diff Detail
Event Timeline
Comment Actions This doesn't make sense to me, both the existing and new code. off_t is a signed type.
Comment Actions What's the desired comment? I will improve it on demand after committing this change.
|
I don't think rewording the comment should be done in the same commit as adding NetBSD support.