]> Cypherpunks repositories - gostls13.git/commit
os: use waitid to avoid wait/kill race on darwin
authorMikio Hara <mikioh.mikioh@gmail.com>
Sat, 11 Jun 2016 10:36:17 +0000 (19:36 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Mon, 13 Jun 2016 22:13:12 +0000 (22:13 +0000)
commitccd9a55609fcc8814146a7c61898b47e3a7aea7d
treea7dbbdfc15574a6d95afcd4321edc36ae23e72f0
parent84d8aff94cf48439047c7edc68ae2ea0aac6ddf5
os: use waitid to avoid wait/kill race on darwin

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

Updates #13987.
Updates #16028.

Change-Id: Ib1fb9f957fafd0f91da6fceea56620e29ad82b00
Reviewed-on: https://go-review.googlesource.com/24020
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/os/wait_unimp.go
src/os/wait_waitid.go [moved from src/os/wait_linux.go with 71% similarity]