zig/lib/libc
Andrew Kelley 39083c31a5 glibc: version-gate _DYNAMIC_STACK_SIZE_SOURCE
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
2022-01-28 18:36:23 -07:00
..
darwin Version libSystem shipped with zig toolchain 2021-11-25 17:10:08 +01:00
glibc glibc: clean up build logic 2022-01-14 12:39:06 -07:00
include glibc: version-gate _DYNAMIC_STACK_SIZE_SOURCE 2022-01-28 18:36:23 -07:00
mingw mingw-w64: add wsock32 def files 2021-11-26 20:57:30 -07:00
musl stage2: upgrade musl libc stub file 2021-12-09 01:39:07 -07:00
wasi wasi-libc: remove crt1.o as it's not WASI ABI compatible 2021-07-11 00:06:47 +02:00