commit | 93380a9126e76b71fa208e62c31c7914084c0e37 | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <iant@golang.org> | Mon Mar 08 13:58:14 2021 -0800 |
committer | Ian Lance Taylor <iant@golang.org> | Mon Mar 08 22:26:22 2021 +0000 |
tree | ce9923837b99b9035718ffb8160cfb7a25e3cc20 | |
parent | 2c5188b5ad6143e791f2ba42f02a4ea7887d87b6 [diff] |
runtime: cast SIGSTKSZ to uintptr In newer versions of glibc it is long, which causes a signed comparison warning. Fixes https://gcc.gnu.org/PR99458 Change-Id: I9fca4a971455a1361f5435d0ecb80e1a5096486c Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/299849 Trust: Ian Lance Taylor <iant@golang.org> Reviewed-by: Cherry Zhang <cherryyz@google.com>