mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
uucore: fix "unused import" warning on redox
This commit is contained in:
parent
8a9fb84a8e
commit
6aadfeaec5
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
// spell-checker:ignore pgrep pwait snice
|
||||
|
||||
use libc::{gid_t, pid_t, uid_t};
|
||||
#[cfg(not(target_os = "redox"))]
|
||||
use nix::errno::Errno;
|
||||
use std::io;
|
||||
use std::process::Child;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue