]> Cypherpunks repositories - gostls13.git/commit
os: use wait6 to avoid wait/kill race on freebsd
authorMikio Hara <mikioh.mikioh@gmail.com>
Sat, 11 Jun 2016 10:55:34 +0000 (19:55 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Mon, 13 Jun 2016 22:13:56 +0000 (22:13 +0000)
commit5d876e3e2eb3a30a8c66888912cf41785fa65a96
treea2186c02c9ccbb2bcd8df54d528920909985ca98
parentccd9a55609fcc8814146a7c61898b47e3a7aea7d
os: use wait6 to avoid wait/kill race on freebsd

This change is a followup to https://go-review.googlesource.com/23967
for FreeBSD.

Updates #13987.
Updates #16028.

Change-Id: I0f0737372fce6df89d090fe9847305749b79eb4c
Reviewed-on: https://go-review.googlesource.com/24021
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/os/wait_unimp.go
src/os/wait_wait6.go [new file with mode: 0644]