]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
rwcancel: use unix.Poll again but bump x/sys so it uses ppoll under the hood
authorJason A. Donenfeld <Jason@zx2c4.com>
Mon, 27 Sep 2021 20:18:38 +0000 (14:18 -0600)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 27 Sep 2021 20:19:15 +0000 (14:19 -0600)
commitbb745b2ea3264bb764cac77c4fa8e69cf9b2a975
tree9ead346dee4c446f99dc79f954aef40c2ec3682b
parentfcc601dbf0f6b626ec1d47a880cbe64f9c8fe385
rwcancel: use unix.Poll again but bump x/sys so it uses ppoll under the hood

This reverts commit fcc601dbf0f6b626ec1d47a880cbe64f9c8fe385 but then
bumps go.mod.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
go.mod
go.sum
rwcancel/poll_linux.go [deleted file]
rwcancel/poll_unix.go [deleted file]
rwcancel/rwcancel.go