stdlib: Fixing test-*atexit*-race tests on ia64
commit673e230560ac874deed6993d8b9ebaf82e73c408
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 1 Feb 2018 12:31:57 +0000 (1 10:31 -0200)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 1 Feb 2018 13:17:44 +0000 (1 11:17 -0200)
tree68e5d27a6ecc307a475eedf9c19e984ed44c4a90
parentced64e014c811573cbafc92315161d6d5ce05543
stdlib: Fixing test-*atexit*-race tests on ia64

These tests require a new thread stack size set to a value (0x20000)
lower than the architecture minimum (0x30000).  Set the stack size
to PTHREAD_STACK_MIN in this case.

Checked on ia64-linux-gnu.

* stdlib/test-atexit-race-common.c (do_test): Check stack size
against PTHREAD_STACK_MIN.
ChangeLog
stdlib/test-atexit-race-common.c