Descriptiongo.sys/windows: use syscall.Errno for windows errors
If we use a local type, it won't compare properly with errors from
the rest of the standard library. Errors are the one type from syscall
that propagates through the system, so it's important to have only
one type for them.
mkerrors_windows.sh is gone, so:
- rename zerrors_windows.go and delete its DO NOT EDIT mark
- delete the contentless zerrors_windows_*.go files
Patch Set 1 #Patch Set 2 : diff -r 8064e8e8859364272ec8484dbcd1f781a93d1065 https://code.google.com/p/go.sys #Patch Set 3 : diff -r 8064e8e8859364272ec8484dbcd1f781a93d1065 https://code.google.com/p/go.sys #
MessagesTotal messages: 6
|