]> Cypherpunks repositories - gostls13.git/commit
os, syscall: windows really isn't posix compliant, fix os.IsExist()
authorShenghou Ma <minux.ma@gmail.com>
Tue, 13 Mar 2012 01:50:04 +0000 (12:50 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Tue, 13 Mar 2012 01:50:04 +0000 (12:50 +1100)
commit0238cec02144991036dadb7ee58e8c9a2de2b0de
treed3cdc1c2d5909bca1f753b9d06dafb9fd0d7106e
parentd2d7de974ceffbcfbcc2d7b9e15b3c2472d65ac4
os, syscall: windows really isn't posix compliant, fix os.IsExist()

R=golang-dev, rsc, bradfitz, alex.brainman
CC=golang-dev
https://golang.org/cl/5754083
src/pkg/os/error_posix.go
src/pkg/os/error_test.go [new file with mode: 0644]
src/pkg/os/error_windows.go [new file with mode: 0644]
src/pkg/syscall/ztypes_windows.go