GasInfinity
73ed351022
fix(libzigc): export mincore
2026-01-27 00:06:18 +01:00
GasInfinity
9cf34a8d81
feat(libzigc): move over some linux syscalls
...
* does not move all of them, only those which map almost 1:1
* also removes their musl implementation
2026-01-24 20:41:15 +01:00
Andrew Kelley
a2ea36a517
zig libc: modify errno helper to eliminate @intCast
...
The vast majority of libc functions return `c_int` for the return value,
when setting errno. This utility function is for those cases.
Other cases can hand-roll the logic, or additional helpers can be added.
2026-01-24 20:18:18 +01:00
GasInfinity
1ab6bf59a6
feat(libzigc): add common linux errno syscall helper
2026-01-21 12:02:08 +01:00
GasInfinity
4f652fb4e3
feat(libzigc): use common implementations for sys/utsname.h
...
* and remove their musl/wasi implementation
2026-01-21 00:06:42 +01:00