Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
a83c5f5c
Commit
a83c5f5c
authored
Apr 26, 2010
by
Alex Brainman
Committed by
Russ Cox
Apr 26, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
syscall: fix mingw build
R=golang-dev, rsc CC=golang-dev
https://golang.org/cl/988042
parent
fb6b3918
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/pkg/syscall/zerrors_mingw_386.go
src/pkg/syscall/zerrors_mingw_386.go
+1
-0
No files found.
src/pkg/syscall/zerrors_mingw_386.go
View file @
a83c5f5c
...
@@ -128,6 +128,7 @@ const (
...
@@ -128,6 +128,7 @@ const (
ETOOMANYREFS
=
129
ETOOMANYREFS
=
129
EPROCLIM
=
130
EPROCLIM
=
130
EUSERS
=
131
EUSERS
=
131
EWOULDBLOCK
=
141
ESTALE
=
133
ESTALE
=
133
ENOMEDIUM
=
135
ENOMEDIUM
=
135
ENOSHARE
=
136
ENOSHARE
=
136
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment