Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libc] Use
stdio.h
for off_t
instead of unistd.h
Summary: The `stdio.h` header should define `off_t` as defined for the platform. This will use the system's in overlay mode, or what the llvm-libc-types deems correct. If this `off_t` is incorrect it should be changed in `llvm-libc-types`. This fixes the GPU build.
- Loading branch information