Files
zig/lib/c
Josh Megnauth aaba36ff76 libzigc: posix_{fadvise, fallocate}, fallocate
This commit removes `posix_fadvise`, `posix_fallocate`, and `fallocate`
from the bundled musl by forwarding to Zig's wrappers. `musl`'s
implemenation does not use `__syscall_cp`, so I assume trivially
replacing these functions is okay.

For `posix_fadvise`, `musl` notes that the arguments are reordered
for ARM and other architectures. Zig's wrapper already handles this
case.

Contributes toward: #30978
2026-03-14 22:04:43 +01:00
..
2026-02-11 07:58:11 +01:00
2026-02-11 07:58:11 +01:00
2026-02-11 07:58:11 +01:00
2026-02-11 07:58:11 +01:00
2026-02-14 09:25:41 +01:00
2026-02-11 07:58:11 +01:00
2026-02-11 07:58:11 +01:00
2026-02-11 07:58:11 +01:00
2026-02-11 23:37:31 +01:00
2026-02-11 07:58:11 +01:00