Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(5)

Delta Between Two Patch Sets: src/pkg/syscall/zerrors_mingw_386.go

Issue 218042: code review 218042: syscall: minimal mingw version of syscall to call windo... (Closed)
Left Patch Set: code review 218042: syscall: minimal mingw version of syscall to call windo... Created 15 years ago
Right Patch Set: code review 218042: syscall: minimal mingw version of syscall to call windo... Created 15 years ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « src/pkg/syscall/syscall_mingw_386.go ('k') | src/pkg/syscall/zsyscall_mingw_386.go » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 // mkerrors_nacl.sh /home/rsc/pub/nacl/native_client/src/trusted/service_runtime /include/sys/errno.h 1 // mkerrors_nacl.sh /home/rsc/pub/nacl/native_client/src/trusted/service_runtime /include/sys/errno.h
2 // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT 2 // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
3 3
4 package syscall 4 package syscall
5 5
6 // TODO(brainman): populate errors in zerrors_mingw.go 6 // TODO(brainman): populate errors in zerrors_mingw.go
7 7
8 const ( 8 const (
9 EMINGW = 99 /* otherwise unused */ 9 EMINGW = 99 /* otherwise unused */
10 ) 10 )
11 11
12 // Error table 12 // Error table
13 var errors = [...]string{ 13 var errors = [...]string{
14 EMINGW: "not supported by windows", 14 EMINGW: "not supported by windows",
15 } 15 }
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b