]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/test: fix sigaltstack test on AIX
authorClément Chigot <chigot.c@gmail.com>
Tue, 3 Mar 2020 15:24:32 +0000 (16:24 +0100)
committerIan Lance Taylor <iant@golang.org>
Wed, 4 Mar 2020 17:33:06 +0000 (17:33 +0000)
commitcec08794ef325e84f141e1a7b4deca0bedaeab34
treef3374ded08c1175527bab2ae48bfc7e988ce9583
parentcd9fd640db419ec81026945eb4f22bfe5ff5a27f
misc/cgo/test: fix sigaltstack test on AIX

Increase the size of the signal stack as the value given by SIGSTKSZ
is too small for the Go signal handler.

Fixes #37609

Change-Id: I56f1006bc69a2a9fb43f9e0da00061964290a690
Reviewed-on: https://go-review.googlesource.com/c/go/+/221804
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
misc/cgo/test/sigaltstack.go