]> Cypherpunks repositories - gostls13.git/commit
runtime: fix newosproc darwin+arm/arm64
authorKeith Randall <khr@golang.org>
Mon, 30 Apr 2018 07:27:13 +0000 (00:27 -0700)
committerKeith Randall <khr@golang.org>
Mon, 30 Apr 2018 16:12:24 +0000 (16:12 +0000)
commiteef27a8fa2fb390d65a7476e686d933d927acdf7
tree1dedf24e8d823e61b44bda453d621cc2a64d8401
parent0cdf2ec81a07e8d8303e24aab49df137b355fa3b
runtime: fix newosproc darwin+arm/arm64

Missed conversion of newosproc for the parts of darwin that
weren't affected by my previous change.

Update #25181

Change-Id: I81a2935e192b6d0df358c59b7e785eb03c504c23
Reviewed-on: https://go-review.googlesource.com/110123
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/runtime/os_darwin_raw.go