]> Cypherpunks repositories - gostls13.git/commit
os: move epipecheck from file_posix.go and into file_unix.go to fix windows build
authorAlex Brainman <alex.brainman@gmail.com>
Fri, 27 Jul 2012 12:21:33 +0000 (22:21 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Fri, 27 Jul 2012 12:21:33 +0000 (22:21 +1000)
commit9c8ae6ca34640eb835eda8afc268815c6fbde039
tree9c2f1ecd50d948e069bf15d304d51b94f9f3535e
parentab9ccedefe94600b856ed5afbf6bb5849daa9b14
os: move epipecheck from file_posix.go and into file_unix.go to fix windows build

R=golang-dev
CC=golang-dev
https://golang.org/cl/6450058
src/pkg/os/file_posix.go
src/pkg/os/file_unix.go
src/pkg/os/file_windows.go