mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
21914c7c01
Add the Linux syscall wrapper for `tee`. Migrate the `tee` syscall from musl libc to zig libc. langref: note `ssize_t` and `isize` are ABI compatible Reviewed-on: https://codeberg.org/ziglang/zig/pulls/31911 Reviewed-by: Andrew Kelley <andrew@ziglang.org> Co-authored-by: David Senoner <seda18@rolmail.net> Co-committed-by: David Senoner <seda18@rolmail.net>