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

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

Issue 7430044: code review 7430044: syscall: add {Set,Get}priority for Linux, and consisten... (Closed)
Left Patch Set: diff -r b766c6f23b62 https://code.google.com/p/go Created 12 years ago
Right Patch Set: diff -r 48f683178a60 https://code.google.com/p/go/ Created 11 years, 9 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 | « src/pkg/syscall/syscall_linux.go ('k') | src/pkg/syscall/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
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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 F_SETOWN = 0x6 266 F_SETOWN = 0x6
267 F_SETPROTECTIONCLASS = 0x40 267 F_SETPROTECTIONCLASS = 0x40
268 F_SETSIZE = 0x2b 268 F_SETSIZE = 0x2b
269 F_THAW_FS = 0x36 269 F_THAW_FS = 0x36
270 F_UNLCK = 0x2 270 F_UNLCK = 0x2
271 F_VOLPOSMODE = 0x4 271 F_VOLPOSMODE = 0x4
272 F_WRITEBOOTSTRAP = 0x2f 272 F_WRITEBOOTSTRAP = 0x2f
273 F_WRLCK = 0x3 273 F_WRLCK = 0x3
274 HUPCL = 0x4000 274 HUPCL = 0x4000
275 ICANON = 0x100 275 ICANON = 0x100
276 ICMP6_FILTER = 0x12
276 ICRNL = 0x100 277 ICRNL = 0x100
277 IEXTEN = 0x400 278 IEXTEN = 0x400
278 IFF_ALLMULTI = 0x200 279 IFF_ALLMULTI = 0x200
279 IFF_ALTPHYS = 0x4000 280 IFF_ALTPHYS = 0x4000
280 IFF_BROADCAST = 0x2 281 IFF_BROADCAST = 0x2
281 IFF_DEBUG = 0x4 282 IFF_DEBUG = 0x4
282 IFF_LINK0 = 0x1000 283 IFF_LINK0 = 0x1000
283 IFF_LINK1 = 0x2000 284 IFF_LINK1 = 0x2000
284 IFF_LINK2 = 0x4000 285 IFF_LINK2 = 0x4000
285 IFF_LOOPBACK = 0x8 286 IFF_LOOPBACK = 0x8
(...skipping 1125 matching lines...) Expand 10 before | Expand all | Expand 10 after
1411 23: "I/O possible", 1412 23: "I/O possible",
1412 24: "cputime limit exceeded", 1413 24: "cputime limit exceeded",
1413 25: "filesize limit exceeded", 1414 25: "filesize limit exceeded",
1414 26: "virtual timer expired", 1415 26: "virtual timer expired",
1415 27: "profiling timer expired", 1416 27: "profiling timer expired",
1416 28: "window size changes", 1417 28: "window size changes",
1417 29: "information request", 1418 29: "information request",
1418 30: "user defined signal 1", 1419 30: "user defined signal 1",
1419 31: "user defined signal 2", 1420 31: "user defined signal 2",
1420 } 1421 }
LEFTRIGHT

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