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 fstat64 handling on macOS with Apple Silicon #1775

Merged

Commits on Sep 14, 2021

  1. Fix fstat64 handling on macOS with Apple Silicon

    The Apple Silicon toolchain removes the *64 stat symbols (deprecated
    since 10.6) in favour of their unprefixed form.
    
    This change might not work properly before 10.6, but 10.5 has been out
    of support for over a decade, so that hopefully shouldn't be relevant.
    
    Fixes rpm-software-management#1752.
    emilazy committed Sep 14, 2021
    Copy the full SHA
    45120e7 View commit details
    Browse the repository at this point in the history