]> Cypherpunks repositories - gostls13.git/commit
internal/poll, os/exec, runtime: replace PollDescriptor by IsPollDescriptor
authorClément Chigot <clement.chigot@atos.net>
Fri, 2 Nov 2018 09:02:38 +0000 (10:02 +0100)
committerIan Lance Taylor <iant@golang.org>
Fri, 2 Nov 2018 13:43:23 +0000 (13:43 +0000)
commit5ee06f547122b7417b70ada55bb0d633e2094d88
tree6f7c744636c9f54b875cc257a9a39c2ae2a8842b
parent56421f26ef8526427e034639510a162f3b40d825
internal/poll, os/exec, runtime: replace PollDescriptor by IsPollDescriptor

This commit changes poll.PollDescriptor by poll.IsPollDescriptor. This
is needed for OS like AIX which have more than one FD using inside their
netpoll implementation.

Change-Id: I49e12a8d74045c501e19fdd8527cf166a3c64850
Reviewed-on: https://go-review.googlesource.com/c/146938
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/internal/poll/fd_plan9.go
src/internal/poll/fd_poll_nacljs.go
src/internal/poll/fd_poll_runtime.go
src/os/exec/exec_test.go
src/runtime/netpoll.go