]> git.ipfire.org Git - thirdparty/gcc.git/commit
runtime: cast SIGSTKSZ to uintptr
authorIan Lance Taylor <iant@golang.org>
Mon, 8 Mar 2021 23:23:40 +0000 (15:23 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 9 Mar 2021 00:16:50 +0000 (16:16 -0800)
commit3c8e29c81b789db8a49616e0d36d16f869cf442a
treee3836b759c32287d1405a26fb4f99be7fa9367ae
parente1da328ec157ded50659d07f044767abea79cda2
runtime: cast SIGSTKSZ to uintptr

PR go/99458
* libgo/runtime/proc.c: cast SIGSTKSZ to uintptr
In newer versions of glibc it is long, which causes a signed
comparison warning.
libgo/runtime/proc.c