1
0
mirror of https://github.com/golang/go synced 2024-11-11 23:20:24 -07:00

os/user: fix for arm (non-cgo)

TBR=golang-dev
CC=golang-dev
https://golang.org/cl/5504056
This commit is contained in:
Russ Cox 2011-12-21 10:17:37 -05:00
parent 25c8014ed9
commit 721e19c24c
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build netbsd openbsd plan9 windows
// +build nocgo
package user

View File

@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
// +build darwin freebsd linux
// +build cgo
package user