mirror of
https://github.com/uutils/bsdutils.git
synced 2026-06-10 16:14:07 -07:00
renice: disable import on Windows
This commit is contained in:
@@ -7,6 +7,7 @@ use clap::{crate_version, Arg, Command};
|
||||
#[cfg(not(windows))]
|
||||
use libc::PRIO_PROCESS;
|
||||
use std::env;
|
||||
#[cfg(not(windows))]
|
||||
use std::io::Error;
|
||||
use std::process;
|
||||
use uucore::{error::UResult, format_usage, help_about, help_usage};
|
||||
|
||||
Reference in New Issue
Block a user