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

Delta Between Two Patch Sets: unix/zerrors_darwin_386.go

Issue 126960043: code review 126960043: go.sys: copy files from syscall package to go.sys/{plan... (Closed)
Left Patch Set: Created 10 years, 7 months ago
Right Patch Set: diff -r 89b705e036f489a14b4d11c6e025ea61a53bb735 https://code.google.com/p/go.sys Created 10 years, 7 months 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 | « unix/unzip_nacl.go ('k') | unix/zerrors_darwin_amd64.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
(Both sides are equal)
1 // mkerrors.sh -m32 1 // mkerrors.sh -m32
2 // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT 2 // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
3 3
4 // Created by cgo -godefs - DO NOT EDIT 4 // Created by cgo -godefs - DO NOT EDIT
5 // cgo -godefs -- -m32 _const.go 5 // cgo -godefs -- -m32 _const.go
6 6
7 package syscall 7 package syscall
8 8
9 const ( 9 const (
10 AF_APPLETALK = 0x10 10 AF_APPLETALK = 0x10
(...skipping 1401 matching lines...) Expand 10 before | Expand all | Expand 10 after
1412 23: "I/O possible", 1412 23: "I/O possible",
1413 24: "cputime limit exceeded", 1413 24: "cputime limit exceeded",
1414 25: "filesize limit exceeded", 1414 25: "filesize limit exceeded",
1415 26: "virtual timer expired", 1415 26: "virtual timer expired",
1416 27: "profiling timer expired", 1416 27: "profiling timer expired",
1417 28: "window size changes", 1417 28: "window size changes",
1418 29: "information request", 1418 29: "information request",
1419 30: "user defined signal 1", 1419 30: "user defined signal 1",
1420 31: "user defined signal 2", 1420 31: "user defined signal 2",
1421 } 1421 }
LEFTRIGHT

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