commit | 36772127a21fa5a8ea615746594d2f22f7d1607e | [log] [tgz] |
---|---|---|
author | Matt Layher <mdlayher@gmail.com> | Fri Mar 25 15:27:30 2022 -0400 |
committer | Matt Layher <mdlayher@gmail.com> | Fri Mar 25 20:38:50 2022 +0000 |
tree | 3e39351e518456d597a6db668a1f2b990577dbbc | |
parent | 594fa53f0001ef3fa9e016f148230ddd59727649 [diff] |
unix: implement Waitid on Linux waitid(2) can be used to wait on pidfds. Update TestPidfd to test this new functionality as well. Change-Id: I5f26140b9afd5a6ec3f04217fb1c91542936a2c3 Reviewed-on: https://go-review.googlesource.com/c/sys/+/395936 Trust: Matt Layher <mdlayher@gmail.com> Run-TryBot: Matt Layher <mdlayher@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@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.