Skip to content

Commit

Permalink
(LTH-172) Add support for RHEL-9(glibc 2.34)
Browse files Browse the repository at this point in the history
Adapted from catchorg/Catch2@f83d032

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.
  • Loading branch information
Ciprian Badescu committed Dec 17, 2021
1 parent 5a63a79 commit 1051ca7
Showing 1 changed file with 0 additions and 0 deletions.
Binary file modified vendor/Catch-1.10.0.zip
Binary file not shown.

0 comments on commit 1051ca7

Please sign in to comment.