]> Cypherpunks repositories - gostls13.git/commit
runtime: use functions from mem_bsd.go on Darwin
authorTobias Klauser <tklauser@distanz.ch>
Wed, 12 Sep 2018 12:18:45 +0000 (14:18 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Wed, 12 Sep 2018 18:26:54 +0000 (18:26 +0000)
commitb07f60b97ff5ea9ae4cf21b549e9d25ccd695f36
tree2450d1aa9c2fa7fe458397cbae8f16e3cfe3e46a
parentc56dcd5fc7cd926b9d4a9c96a699a12f832317f1
runtime: use functions from mem_bsd.go on Darwin

The implementations of the functions in mem_darwin.go is identical to
the ones defined in mem_bsd.go for all other BSD-like GOOSes. Also use
them on Darwin.

Change-Id: Ie7c170c1a50666475e79599471081cd85f0837ad
Reviewed-on: https://go-review.googlesource.com/134875
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/runtime/mem_bsd.go
src/runtime/mem_darwin.go [deleted file]