]> Cypherpunks repositories - gostls13.git/commitdiff
syscall: fix mingw build
authorAlex Brainman <alex.brainman@gmail.com>
Tue, 27 Apr 2010 06:47:53 +0000 (23:47 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 27 Apr 2010 06:47:53 +0000 (23:47 -0700)
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/988042

src/pkg/syscall/zerrors_mingw_386.go

index a9a494373e029309aeb42b81ab1056c4178634a3..606ccab7bd68b105ae8af7d49d860fd98167c0c2 100644 (file)
@@ -128,6 +128,7 @@ const (
        ETOOMANYREFS    = 129
        EPROCLIM        = 130
        EUSERS          = 131
+       EWOULDBLOCK     = 141
        ESTALE          = 133
        ENOMEDIUM       = 135
        ENOSHARE        = 136