Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37885979
en ru br
ALT Linux repos
S:0.6.6-alt2

Group :: Other
RPM: pencil2d

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: pencil2d-alt-glibc-2.34.patch
Download


diff --git a/tests/src/catch.hpp b/tests/src/catch.hpp
index b1b2411d..2971809b 100644
--- a/tests/src/catch.hpp
+++ b/tests/src/catch.hpp
@@ -8161,7 +8161,7 @@ namespace Catch {
 
     // 32kb for the alternate stack seems to be sufficient. However, this value
     // is experimentally determined, so that's not guaranteed.
-    constexpr static std::size_t sigStackSize = 32768 >= MINSIGSTKSZ ? 32768 : MINSIGSTKSZ;
+    constexpr static std::size_t sigStackSize = 32768;
 
     static SignalDefs signalDefs[] = {
         { SIGINT,  "SIGINT - Terminal interrupt signal" },
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin