mirror of
https://github.com/uutils/coreutils.git
synced 2026-05-06 23:59:37 -04:00
7ef9641eeb
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.