]> granicus.if.org Git - gc/commit
Fix gctest with musl libc on s390x
authorNatanael Copa <ncopa@alpinelinux.org>
Tue, 6 Feb 2018 20:21:23 +0000 (21:21 +0100)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 2 Mar 2018 17:12:50 +0000 (20:12 +0300)
commitf8a6bd73ba056c4b7c487341fb4bf03d82e1fd6b
treeca395f8dbed5258129a0d2b476feb06abe24f9eb
parente7401008e06fc17aac73ee0b40c91288ee7e62d3
Fix gctest with musl libc on s390x

Issue #202 (bdwgc).

DEFAULT_STACK_MAYBE_SMALL is only set if PARALLEL_MARK is set, but stack
is too small on musl libc even if PARALLEL_MARK is unset.  We solve this
by detecting musl via NO_GETCONTEXT.
tests/test.c