]> Cypherpunks repositories - gostls13.git/commit
runtime: fix build on non-Linux platforms
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 21 Nov 2017 20:46:40 +0000 (20:46 +0000)
committerAustin Clements <austin@google.com>
Tue, 21 Nov 2017 21:52:58 +0000 (21:52 +0000)
commit1e3f563b145ad98d2a5fcd4809e25a6a0bc8f892
treebd7ee8003095b41e3540d89d7439c51d763cfb84
parent597213c87c70166e86753350b203622326728138
runtime: fix build on non-Linux platforms

CL 78538 was updated after running TryBots to depend on
syscall.NanoSleep which isn't available on all non-Linux platforms.

Change-Id: I1fa615232b3920453431861310c108b208628441
Reviewed-on: https://go-review.googlesource.com/79175
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/proc_test.go
src/runtime/runtime_linux_test.go