Details
Details
- Reviewers
michaelrj lntue - Commits
- rG43e52ad553cb: [libc] Add implementations of ftell.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Sorry, this is WiP and not complete - not sure why I did an arc diff instead of saving the work with git commit. I will update and ping when ready.
Comment Actions
Remove ftello - we will add it when we are more prepared to deal with
off_t variances.
libc/config/linux/api.td | ||
---|---|---|
160 ↗ | (On Diff #473476) | Is off_t being used any where in the patch? Or just definition to be included in the headers? |
libc/config/linux/api.td | ||
---|---|---|
160 ↗ | (On Diff #473476) | Ah yes! Removed now, from here and from spec/posix.td. |