]> git.ipfire.org Git - thirdparty/glibc.git/commit
support: Replace MINSIGSTKSZ with sysconf (_SC_MINSIGSTKSZ)
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 9 Jul 2021 21:17:04 +0000 (14:17 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 9 Jul 2021 22:20:55 +0000 (15:20 -0700)
commit28d07380c2ae5786e242be336ccc1c9e3111f3fa
tree0ba709c5fab2fbcde01d9e34c939e200fbd25b4b
parent5d98a7dae955bafa6740c26eaba9c86060ae0344
support: Replace MINSIGSTKSZ with sysconf (_SC_MINSIGSTKSZ)

Replace MINSIGSTKSZ with sysconf (_SC_MINSIGSTKSZ) since the constant
MINSIGSTKSZ used in glibc build may be too small.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
support/support_stack_alloc.c