Commit a83c5f5c authored by Alex Brainman's avatar Alex Brainman Committed by Russ Cox

syscall: fix mingw build

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/988042
parent fb6b3918
......@@ -128,6 +128,7 @@ const (
ETOOMANYREFS = 129
EPROCLIM = 130
EUSERS = 131
EWOULDBLOCK = 141
ESTALE = 133
ENOMEDIUM = 135
ENOSHARE = 136
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment