From a00c93a378d9c42a6669f943c6e8fb0a463fcddc Mon Sep 17 00:00:00 2001 From: Nugine Date: Sun, 14 Jan 2024 16:59:20 +0800 Subject: [PATCH] bindings: update --- src/bindings.rs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/bindings.rs b/src/bindings.rs index a18e94c..05b83f9 100755 --- a/src/bindings.rs +++ b/src/bindings.rs @@ -30,10 +30,7 @@ pub use libc::rlimit64 as rlimit; #[cfg(all( any( target_os = "vxworks", - all( - unix, - not(any(target_os = "psp", target_os = "solid_asp3", target_os = "switch")) - ) + all(unix, not(any(target_os = "solid_asp3", target_os = "switch"))) ), not(any( target_os = "fuchsia", @@ -113,7 +110,6 @@ pub use libc::getrlimit64 as getrlimit; target_env = "newlib", not(any( target_os = "fuchsia", - target_os = "psp", target_os = "solid_asp3", target_os = "switch", target_os = "vxworks" @@ -194,7 +190,6 @@ pub use libc::setrlimit64 as setrlimit; target_env = "newlib", not(any( target_os = "fuchsia", - target_os = "psp", target_os = "solid_asp3", target_os = "switch", target_os = "vxworks"