zig/lib/libc
Andrew Kelley f9c9ae84c6 glibc patch: 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.
2023-10-13 17:44:27 -07:00
..
darwin macos: better SDK version detection 2023-09-25 15:53:05 -04:00
glibc glibc: update libc-modules.h to 2.38 2023-10-13 17:44:27 -07:00
include glibc patch: version-gate _DYNAMIC_STACK_SIZE_SOURCE 2023-10-13 17:44:27 -07:00
mingw mingw: stop using K&R-style function definitions 2023-02-01 22:11:16 -05:00
musl musl: update libc.S to v1.2.4 2023-06-20 12:55:38 -04:00
wasi Update wasi-libc to 3189cd1ceec8771e8f27faab58ad05d4d6c369ef (#15817) 2023-05-23 22:12:53 +02:00