1
0
mirror of https://github.com/golang/go synced 2024-10-04 08:21:22 -06:00
go/src/pkg/os/user
Russ Cox c017a8299f syscall: use error
- syscall (not os) now defines the Errno type.
- the low-level assembly functions Syscall, Syscall6, and so on
  return Errno, not uintptr
- syscall wrappers all return error, not uintptr.

R=golang-dev, mikioh.mikioh, r, alex.brainman
CC=golang-dev
https://golang.org/cl/5372080
2011-11-13 22:44:52 -05:00
..
lookup_stubs.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
lookup_unix.go syscall: use error 2011-11-13 22:44:52 -05:00
Makefile build: allow builds without cgo 2011-08-10 21:36:48 -04:00
user_test.go build: allow builds without cgo 2011-08-10 21:36:48 -04:00
user.go src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00