]> Cypherpunks repositories - gostls13.git/commit
os: align siginfo argument to waitid
authorIan Lance Taylor <iant@golang.org>
Fri, 23 Jun 2017 14:08:56 +0000 (07:08 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 23 Jun 2017 17:02:41 +0000 (17:02 +0000)
commitddeab538263307f6d76e3a8a7f2c4b12383b61bc
treee14bea78f9e5f74f27aa1ef45fb5a7bd35313cce
parentc23948a2b83bfbe21d2d721f38a7f18f737ba7bb
os: align siginfo argument to waitid

I have no test case for this, but there is one report on the mailing list
(https://groups.google.com/d/msg/golang-dev/sDg-t1_DPw0/-AJmLxgPBQAJ)
in which waitid running on MIPS returns EFAULT.

Change-Id: I79bde63c7427eefc1f2925d78d97cc9cf2fffde3
Reviewed-on: https://go-review.googlesource.com/46511
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/os/wait_waitid.go