mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-06 04:09:50 +09:00
Replace all `nix::libc::*` usages with direct `libc::*` imports to decouple libc access from the nix crate, as preparation for migrating from nix to rustix. Add direct libc dependency to crates that previously relied on nix's libc re-export: stty, env, sort, date, mknod, touch.