mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
fa3228ae42
This PR replaces the bundled musl swab() implementation with zig's one. Contributes towards #30978. It looks like there are not test cases for swab() in test-libc. Reviewed-on: https://codeberg.org/ziglang/zig/pulls/31130 Reviewed-by: Andrew Kelley <andrew@ziglang.org> Co-authored-by: Ivel <ivel.santos@proton.me> Co-committed-by: Ivel <ivel.santos@proton.me>