]> Cypherpunks repositories - gostls13.git/commit
os/signal: pass *int32 to ioctl that expects pid_t
authorIan Lance Taylor <iant@golang.org>
Fri, 14 Oct 2022 23:19:11 +0000 (16:19 -0700)
committerBryan Mills <bcmills@google.com>
Mon, 17 Oct 2022 15:26:00 +0000 (15:26 +0000)
commitc83d4fba0791927e9a0b66729ee886e0f8d15249
tree06433fd7111ad5515b915207ba6252d6cda1532d
parent1e9a7550a846366eda7aaf0b3ebf870791875c17
os/signal: pass *int32 to ioctl that expects pid_t

Fixes #56233

Change-Id: I1cf176bc2f39c5e41d5a390ec6893426cdd39be0
Reviewed-on: https://go-review.googlesource.com/c/go/+/443175
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Joel Sing <joel@sing.id.au>
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/os/signal/signal_cgo_test.go