Skip to content

Commit bf880b4

Browse files
authored
Remove Redox OS specific dependency on nix
1 parent 3482d26 commit bf880b4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/uucore/src/lib/features/process.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// spell-checker:ignore pgrep pwait snice getpgrp
99

1010
use libc::{gid_t, pid_t, uid_t};
11-
#[cfg(not(target_os = "redox"))]
1211
use nix::errno::Errno;
1312
use std::io;
1413
use std::process::Child;

0 commit comments

Comments
 (0)