diff options
author | Rich Felker <dalias@aerifal.cx> | 2024-08-31 12:34:13 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2024-08-31 12:38:56 -0400 |
commit | 8c43c562694fd0436494dc9d3faabb3eea86f9d8 (patch) | |
tree | c47956ef36cc342339d93650ae6939aec4844186 /src/linux/statx.c | |
parent | 300a1f53907a4acaadd9a696d0c67eee6fc10430 (diff) | |
download | musl-8c43c562694fd0436494dc9d3faabb3eea86f9d8.tar.gz |
sysconf: fix _SC_MINSIGSTKSZ computation to match kernel interpretation
the value placed in the aux vector AT_MINSIGSTKSZ by the kernel is
purely the signal frame size, and does not include any execution space
for the signal handler. this is contrary to the POSIX definition of
MINSIGSTKSZ to be a value that can actually execute at least some
minimal signal handler, and contrary to the historical definitions of
MINSIGSTKSZ which had at least 1k of headroom.
Diffstat (limited to 'src/linux/statx.c')
0 files changed, 0 insertions, 0 deletions