1
0
mirror of https://github.com/golang/go synced 2024-10-01 13:28:37 -06:00
go/src/os/exec
Clément Chigot 5ee06f5471 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>
2018-11-02 13:43:23 +00:00
..
env_test.go
example_test.go
exec_posix_test.go os: add AIX operating system 2018-10-11 15:41:04 +00:00
exec_test.go internal/poll, os/exec, runtime: replace PollDescriptor by IsPollDescriptor 2018-11-02 13:43:23 +00:00
exec_unix.go
exec_windows.go
exec.go os/exec: document how to do special args quoting on Windows 2018-09-01 04:45:46 +00:00
internal_test.go
lp_js.go os: add js/wasm architecture 2018-06-01 05:18:38 +00:00
lp_plan9.go
lp_test.go
lp_unix_test.go os: add AIX operating system 2018-10-11 15:41:04 +00:00
lp_unix.go os: add AIX operating system 2018-10-11 15:41:04 +00:00
lp_windows_test.go
lp_windows.go