commit | c017a8299fec188913726e5c0d19e669bc4a2feb | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Sun Nov 13 22:44:52 2011 -0500 |
committer | Russ Cox <rsc@golang.org> | Sun Nov 13 22:44:52 2011 -0500 |
tree | 311efd1e8983a49136a1c5f8b22724c11fb8b3ca | |
parent | b126902e84891737e7f94a547b4273dc37706065 [diff] |
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