mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
9530d243d7
Allow Rust to use a number of libc filesystem calls This allows Rust on Fuchsia to use a number of function calls from libc: * dirfd * fdatasync * flock with LOCK_EX, LOCK_SH, LOCK_NB, LOCK_UN * fstatat cc #120426 try-job: dist-various-2