llvm-project
240ec5a3 - [libc] Move off_t and stdio macros to proxy hdrs (#98215)

Commit
1 year ago
[libc] Move off_t and stdio macros to proxy hdrs (#98215) The arm32 build has been failing due to redefinitions of the off_t type. This patch fixes this by moving off_t to a proper proxy header. To do this, it also moves stdio macros to a proxy header to hopefully avoid including this proxy header alongside this public stdio.h.
Parents
Loading