Sponsored by: Netflix
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 53665 Build 50556: arc lint + arc unit
Event Timeline
sys/sys/cdefs.h | ||
---|---|---|
729 | From what I remember about LARGEFILE, !LARGEFILE does not mean 32 bit, but use of interfaces without 64 suffix. Since for us LARGEFILE does not change anything, we do support both modes. | |
732 | Might be, better name it __OFF64_T_VISIBLE? We do not need to do anything more involved than off64_t. |
sys/sys/cdefs.h | ||
---|---|---|
729 | Yes. I believe so. At most we'd need to flag an illegal combination... I'll have to think about updating this comment. | |
732 | When LARGEFILE is defined, there are more symbols that may need to be visible. Now that we have 64-bit everything, we can just alias them to the normal ones. That's not there yet, but I wanted to allow for it by not making the visible tag name be too narrow. |