mirror of
https://codeberg.org/ziglang/zig
synced 2026-03-16 23:21:44 +00:00
The fstat,lstat,stat,mknod stubs used to build older (before v2.33) glibc versions depend on the weak_hidden_alias macro. It was removed from the glibc libc-symbols header, so patch it back in for the older builds.