Files
Sylvestre Ledru 7ef9641eeb refactor: replace nix::libc re-exports with direct libc imports
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.
2026-04-20 23:59:39 +02:00
..
2026-04-17 07:24:13 +02:00