Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle dynamic stack size on GLIBC > 2.33
On GLIBC 2.33, `MINSIGSTKSZ` is not a constant. This can be detected at compile time by the presence of either `_SC_SIGSTKSZ_SOURCE` or `_GNU_SOURCE`. If either are define, hardcode the size we want rather than compare it, since we can't do that in a constant expression anymore. Signed-off-by: Michel Alexandre Salim <[email protected]>
- Loading branch information