[libc-commits] [libc] reland: [libc] Added transitive bindings for OffsetType (PR #87680)

Petr Hosek via libc-commits libc-commits at lists.llvm.org
Fri Apr 5 00:32:59 PDT 2024


petrhosek wrote:

So far we tried to avoid including POSIX spec in the baremetal config because baremetal applications generally aren't POSIX compatible and shouldn't be using those APIs. Can we omit `off_t` from `stdio.h` in the baremetal config and avoid including the POSIX spec there?

https://github.com/llvm/llvm-project/pull/87680


More information about the libc-commits mailing list