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 compilation error on Solaris due to flock usage #132977

Merged
merged 1 commit into from
Nov 15, 2024

Commits on Nov 13, 2024

  1. Fix compilation error on Solaris due to flock usage

    PR 130999 added the file_lock feature, but libc does not define
    flock() for the Solaris platform leading to a compilation error.
    
    Additionally, I went through all the Tier 2 platforms and read through
    their documentation to see whether flock was implemented. This turned up
    5 more Unix platforms where flock is not supported, even though it may
    exist in the libc crate.
    cberner committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0df3ef4 View commit details
    Browse the repository at this point in the history