aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/os/user/user.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/os/user/user.go')
-rw-r--r--libgo/go/os/user/user.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgo/go/os/user/user.go b/libgo/go/os/user/user.go
index dd00921..f71e11d 100644
--- a/libgo/go/os/user/user.go
+++ b/libgo/go/os/user/user.go
@@ -9,6 +9,8 @@ import (
"strconv"
)
+var implemented = false // set to true by lookup_unix.go's init
+
// User represents a user account.
type User struct {
Uid int // user id