summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-09-05 16:00:43 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2021-09-05 16:00:43 +0200
commit2ef39d47540c4537f0ddd3355fb95b33b91c09b7 (patch)
tree8c85f19b15aa7c9906b5e4f65d7fc177d6b387fc /ipc
parentmemmod: register exception handler tables (diff)
downloadwireguard-go-2ef39d47540c4537f0ddd3355fb95b33b91c09b7.tar.xz
wireguard-go-2ef39d47540c4537f0ddd3355fb95b33b91c09b7.zip
global: add new go 1.17 build comments
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ipc')
-rw-r--r--ipc/uapi_bsd.go1
-rw-r--r--ipc/uapi_unix.go1
2 files changed, 2 insertions, 0 deletions
diff --git a/ipc/uapi_bsd.go b/ipc/uapi_bsd.go
index 5beee9e..062f5d7 100644
--- a/ipc/uapi_bsd.go
+++ b/ipc/uapi_bsd.go
@@ -1,3 +1,4 @@
+//go:build darwin || freebsd || openbsd
// +build darwin freebsd openbsd
/* SPDX-License-Identifier: MIT
diff --git a/ipc/uapi_unix.go b/ipc/uapi_unix.go
index 544651b..48f6846 100644
--- a/ipc/uapi_unix.go
+++ b/ipc/uapi_unix.go
@@ -1,3 +1,4 @@
+//go:build linux || darwin || freebsd || openbsd
// +build linux darwin freebsd openbsd
/* SPDX-License-Identifier: MIT