mirror of
https://github.com/ziglang/zig.git
synced 2024-11-16 09:03:12 +00:00
39083c31a5
This is a patch to glibc features.h which makes _DYNAMIC_STACK_SIZE_SOURCE undefined unless the version is >= 2.34. This feature was introduced with glibc 2.34 and without this patch, code built against these headers but then run on an older glibc will end up making a call to sysconf() that returns -1 for the value of SIGSTKSZ and MINSIGSTKSZ. Closes #10713 |
||
---|---|---|
.. | ||
darwin | ||
glibc | ||
include | ||
mingw | ||
musl | ||
wasi |