commit | d4481acd189fe3601058b16da7382c3dba7157a8 | [log] [tgz] |
---|---|---|
author | Axel Wagner <axel.wagner.hh@googlemail.com> | Thu Dec 19 17:06:45 2019 +0100 |
committer | Tobias Klauser <tobias.klauser@gmail.com> | Fri Dec 20 14:29:24 2019 +0000 |
tree | 93eb5f1dff1e509987e69e5749c9c79c9316dea4 | |
parent | af0d71d358abe0ba3594483a5d519f429dbae3e9 [diff] |
unix: add Readv/Writev family of syscalls for linux Fixes golang/go#36201 Change-Id: Ie3b197e18bc5d59fd222f3fa0100e1e0a3d11866 Reviewed-on: https://go-review.googlesource.com/c/sys/+/212157 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
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.