mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
0df3ef4435
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.