Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libc] Move off_t and stdio macros to proxy hdrs #98215

Merged
merged 1 commit into from
Jul 9, 2024

Commits on Jul 9, 2024

  1. [libc] Move off_t and stdio macros to proxy hdrs

    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.
    michaelrj-google committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3203f10 View commit details
    Browse the repository at this point in the history