aboutsummaryrefslogtreecommitdiff
path: root/src/os/user/lookup_stubs.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/user/lookup_stubs.go')
-rw-r--r--src/os/user/lookup_stubs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/user/lookup_stubs.go b/src/os/user/lookup_stubs.go
index 178d814dda..c975a11964 100644
--- a/src/os/user/lookup_stubs.go
+++ b/src/os/user/lookup_stubs.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 (!cgo && !windows && !plan9) || android || (osusergo && !windows && !plan9)
// +build !cgo,!windows,!plan9 android osusergo,!windows,!plan9
package user