Skip to content

Commit 21e479b

Browse files
CopilotNugine
andauthored
Regenerate bindings to match libc cfg output (#83)
* Initial plan * Update generated bindings for libc cfg changes Co-authored-by: Nugine <30099658+Nugine@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Nugine <30099658+Nugine@users.noreply.github.com>
1 parent d774e91 commit 21e479b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/bindings.rs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,12 @@ pub use libc::rlimit64 as rlimit;
2929

3030
#[cfg(all(
3131
any(
32-
target_os = "qurt",
3332
target_os = "vxworks",
34-
all(unix, not(any(target_os = "solid_asp3", target_os = "switch")))
33+
all(target_os = "qurt", not(target_vendor = "apple")),
34+
all(
35+
unix,
36+
not(any(target_os = "qurt", target_os = "solid_asp3", target_os = "switch"))
37+
)
3538
),
3639
not(any(
3740
target_os = "fuchsia",

0 commit comments

Comments
 (0)