aboutsummaryrefslogtreecommitdiff
path: root/src/codegen
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2022-01-28 18:31:23 -0700
committerAndrew Kelley <andrew@ziglang.org>2023-10-13 17:44:27 -0700
commitf9c9ae84c6c0773ab8dc710cae3ce9024ca1e91c (patch)
treee86b5708cb81a0f6a9817b453924e0de71c7ca3a /src/codegen
parent4bfa18b07f5fe139688cdf07fb0e2b4f73c3f42e (diff)
downloadzig-f9c9ae84c6c0773ab8dc710cae3ce9024ca1e91c.tar.gz
zig-f9c9ae84c6c0773ab8dc710cae3ce9024ca1e91c.zip
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.
Diffstat (limited to 'src/codegen')
0 files changed, 0 insertions, 0 deletions