Skip to content

Commit

Permalink
bindings: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nugine committed Jan 14, 2024
1 parent a002bf6 commit a00c93a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit a00c93a

Please sign in to comment.