aboutsummaryrefslogtreecommitdiff
path: root/src/net/cgo_linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/cgo_linux.go')
-rw-r--r--src/net/cgo_linux.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/cgo_linux.go b/src/net/cgo_linux.go
index 86d8f4dc1e..1bd6be93f7 100644
--- a/src/net/cgo_linux.go
+++ b/src/net/cgo_linux.go
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+//go:build !android && cgo && !netgo
// +build !android,cgo,!netgo
package net