]> gcc.gnu.org Git - gcc.git/commit
runtime: cast SIGSTKSZ to uintptr
authorIan Lance Taylor <iant@golang.org>
Mon, 8 Mar 2021 21:58:14 +0000 (13:58 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 9 Mar 2021 00:23:31 +0000 (16:23 -0800)
commitd5d3f15a0e04c30d5dbec09b56c14ad923a3e8da
tree2bec0f8ade5b0e9952cf1925a9e3cdf3a4d30580
parent6405b40f4a6cfa0bb5194c3062cab4af10e43dd7
runtime: cast SIGSTKSZ to uintptr

In newer versions of glibc it is long, which causes a signed
comparison warning.

Fixes PR go/99458
gcc/go/gofrontend/MERGE
libgo/runtime/proc.c
This page took 0.058857 seconds and 5 git commands to generate.