diff options
| author | Jubilee <workingjubilee@gmail.com> | 2024-11-14 17:55:25 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-14 17:55:25 -0800 |
| commit | 3f9f7c4a720ca405d97ce79c969051ec66516e56 (patch) | |
| tree | f3b7e71e081ad4caf31bf8c027ec8fdb32e2fbc8 /compiler/rustc_codegen_llvm/src | |
| parent | fcc084520c0a68cb031d2090f8f9e49b84e2fe06 (diff) | |
| parent | 0df3ef4435beda2711abcb992fae1969398b9a7c (diff) | |
| download | rust-3f9f7c4a720ca405d97ce79c969051ec66516e56.tar.gz rust-3f9f7c4a720ca405d97ce79c969051ec66516e56.zip | |
Rollup merge of #132977 - cberner:fix_solaris, r=tgross35
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. Fixes https://github.com/rust-lang/rust/issues/132921 Related to #130999
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
