1
0
mirror of https://github.com/golang/go synced 2024-11-20 08:44:39 -07:00

syscall: fix mingw build

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/988042
This commit is contained in:
Alex Brainman 2010-04-26 23:47:53 -07:00 committed by Russ Cox
parent fb6b39186b
commit a83c5f5cad

View File

@ -128,6 +128,7 @@ const (
ETOOMANYREFS = 129
EPROCLIM = 130
EUSERS = 131
EWOULDBLOCK = 141
ESTALE = 133
ENOMEDIUM = 135
ENOSHARE = 136