]> Cypherpunks repositories - gostls13.git/commit
os: rename SyscallError.Errno to SyscallError.Err
authorAnthony Martin <ality@pbrane.org>
Tue, 14 Feb 2012 19:22:34 +0000 (14:22 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 14 Feb 2012 19:22:34 +0000 (14:22 -0500)
commit9f8c2c8bbfacf6eb320361ba93aef2f70c7b1f4f
tree4244ea17ae470c6503cde3a088d7907da1754af3
parent33f7596f8d13a8114275b2ec3aa31791857f7554
os: rename SyscallError.Errno to SyscallError.Err

This lets us get rid of the OS-dependent implementations
of SyscallError.  The name "Err" was chosen to match the
PathError type.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5651084
src/pkg/os/error.go
src/pkg/os/error_plan9.go
src/pkg/os/error_posix.go