]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.8] runtime: use pselect6 for usleep on linux/386
authorAustin Clements <austin@google.com>
Tue, 23 May 2017 21:54:24 +0000 (17:54 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 23 May 2017 23:21:19 +0000 (23:21 +0000)
commitdaf6706f374f7895bbabf812c1ffa08516cadf82
treec2bb72655f5bf58253b1c30f662067b971fc45d7
parent958c64bbabfea5888913a5e3fdb371f79f45d2b9
[release-branch.go1.8] runtime: use pselect6 for usleep on linux/386

Commit 4dcba023c6 replaced select with pselect6 on linux/amd64 and
linux/arm, but it turns out the Android emulator uses linux/386. This
makes the equivalent change there, too.

Fixes #20409 more.

Change-Id: If542d6ade06309aab8758d5f5f6edec201ca7670
Reviewed-on: https://go-review.googlesource.com/44011
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
(cherry picked from commit ecad34a40ea390ddf5ba2da8f3c3f2c5f15297c8)
Reviewed-on: https://go-review.googlesource.com/44002
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Chris Broadfoot <cbro@golang.org>
src/runtime/sys_linux_386.s