commit | 1f5687305801d4db70d30c51ccc82bf644f9e4d6 | [log] [tgz] |
---|---|---|
author | Maxim Pugachev <pugachev.mm@gmail.com> | Wed Apr 29 19:47:37 2020 +0200 |
committer | Tobias Klauser <tobias.klauser@gmail.com> | Thu Apr 30 08:24:07 2020 +0000 |
tree | b0fbc04454459cc3357951236ee4e2a56d0ab20c | |
parent | 593003d681fa6bf81a6affb4ef4129684af97f9c [diff] |
unix: add support for timerfd syscalls on Linux timerfd_create, timerfd_gettime and timerfd_settime syscalls have been added. Fixes golang/go#38733 Change-Id: I306d68103b6efb2515c74f384646210c4b68f66e Reviewed-on: https://go-review.googlesource.com/c/sys/+/230798 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.