Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove conditional definition of off_t
As pointed out by Stefan Weil, conditionally defining off_t using a macro isn't a valid approach. off_t does not have a fixed size and is used in ABI definitions (e.g. syscalls), so silently guessing its size risks breaking the build. Additionally, all sane and modern platforms will have off_t.
- Loading branch information