zig/lib/libc
Carl Åstholm 6376103b23 wasi-libc: De-deduplicate erroneously removed headers
05d8b565ad deduplicated wasi-libc headers
that are identical to upstream musl, but because some public headers
match the same `#include <>` patterns as private headers, this resulted
in unmodified upstream musl headers sometimes getting prioritized when
compiling wasi-libc, resulting in incorrect definitions. For example,
`UTIME_OMIT` is supposed to be -2 on WASI, but became 0x3ffffffe.

The restored headers were sourced from
<c89896107d>
which is the same revision as the most recent wasi-libc sync
07cc32b004.
2026-01-12 22:33:29 +01:00
..
darwin libc: Update macOS headers to SDK 26.2 2025-12-14 20:35:07 +00:00
freebsd libc: update startup code from freebsd 15 2025-12-07 09:18:38 +01:00
glibc Change github links to codeberg 2025-12-05 14:12:39 +01:00
include libc: add openbsd 7.8 headers 2026-01-05 14:52:48 +01:00
mingw compiler_rt: fix sqrtf implementation; libc: remove sqrt implementations 2026-01-10 00:09:54 +01:00
musl feat(libzigc): use common integer ato* and strto* implementations 2026-01-12 00:55:11 +01:00
netbsd libc: Add NetBSD libc abilists file. 2025-05-17 04:41:27 +02:00
openbsd libc: add openbsd libc startup code for 7.8 2026-01-05 14:52:48 +01:00
wasi wasi-libc: De-deduplicate erroneously removed headers 2026-01-12 22:33:29 +01:00