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

Fix ABI wrapping for readdir() #3640

Merged
merged 3 commits into from
Jun 22, 2024
Merged

Commits on Jun 22, 2024

  1. Fix ABI wrapping for readdir()

    Add missing ABI wrappers for readdir_r. The dirent struct size
    is different on 64/32bit platforms.
    
    b/302730696
    kaidokert committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    0b186ba View commit details
    Browse the repository at this point in the history
  2. Address feedback

    kaidokert committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    6679c5f View commit details
    Browse the repository at this point in the history
  3. u the int

    kaidokert committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    4976a1c View commit details
    Browse the repository at this point in the history