]> Cypherpunks repositories - gostls13.git/commit
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 22:47:31 +0000 (22:47 +0000)
commite26b51b0d587b6fe17020fa66d400492c95f43de
treed648b42f9dbcc240397909d3ea94be0b8c16eb50
parentdd61aa55e8f4d91fdcc098e64fa26854c860ff0d
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>
src/runtime/sys_linux_386.s