aboutsummaryrefslogtreecommitdiffstats
path: root/tun/wintun/memmod/syscall_windows_32.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-10-11 14:53:36 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2021-10-11 14:53:36 -0600
commit642a56e165e74a518fe986c2cf93dea62d6029b5 (patch)
tree12293a06953758f5660bb539869b05fb5d77d657 /tun/wintun/memmod/syscall_windows_32.go
parentrwcancel: use unix.Poll again but bump x/sys so it uses ppoll under the hood (diff)
downloadwireguard-go-642a56e165e74a518fe986c2cf93dea62d6029b5.tar.xz
wireguard-go-642a56e165e74a518fe986c2cf93dea62d6029b5.zip
memmod: import from wireguard-windows
We'll eventually be getting rid of it here, but keep it sync'd up for now. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'tun/wintun/memmod/syscall_windows_32.go')
-rw-r--r--tun/wintun/memmod/syscall_windows_32.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tun/wintun/memmod/syscall_windows_32.go b/tun/wintun/memmod/syscall_windows_32.go
index 7abbac9..0072710 100644
--- a/tun/wintun/memmod/syscall_windows_32.go
+++ b/tun/wintun/memmod/syscall_windows_32.go
@@ -1,3 +1,4 @@
+//go:build (windows && 386) || (windows && arm)
// +build windows,386 windows,arm
/* SPDX-License-Identifier: MIT