commit | 607525c0eb3534cf37ade3d0f24fb9505c33caf3 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Wed Oct 25 15:15:32 2017 +0000 |
committer | Tobias Klauser <tobias.klauser@gmail.com> | Wed Oct 25 19:14:39 2017 +0000 |
tree | e26f723aadee3f36273b2ac5ef672ce76a62275f | |
parent | 92ac112afc6efd90284acda2b046fc0e351228f6 [diff] |
unix: add Poll function on Dragonfly Tested with TestPoll extracted from syscall_linux_test.go. Once Poll is supported on all OSes this test can be moved to syscall_unix_test.go. Change-Id: I03f4396be2e190770abb219c1c5324ca55bcfa27 Reviewed-on: https://go-review.googlesource.com/73430 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This repository holds supplemental Go packages for low-level interactions with the operating system.
The easiest way to install is to run go get -u golang.org/x/sys
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/sys
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the sys repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/sys:” in the subject line, so it is easy to find.