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

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

Issue 7430044: code review 7430044: syscall: add {Set,Get}priority for Linux, and consisten... (Closed)
Left Patch Set: diff -r 6415ff684316 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/zerrors_freebsd_amd64.go ('k') | src/pkg/syscall/zerrors_linux_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.sh 1 // mkerrors.sh
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 -- _const.go 5 // cgo -godefs -- _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 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 F_SETFL = 0x4 459 F_SETFL = 0x4
460 F_SETLK = 0xc 460 F_SETLK = 0xc
461 F_SETLKW = 0xd 461 F_SETLKW = 0xd
462 F_SETLK_REMOTE = 0xe 462 F_SETLK_REMOTE = 0xe
463 F_SETOWN = 0x6 463 F_SETOWN = 0x6
464 F_UNLCK = 0x2 464 F_UNLCK = 0x2
465 F_UNLCKSYS = 0x4 465 F_UNLCKSYS = 0x4
466 F_WRLCK = 0x3 466 F_WRLCK = 0x3
467 HUPCL = 0x4000 467 HUPCL = 0x4000
468 ICANON = 0x100 468 ICANON = 0x100
469 ICMP6_FILTER = 0x12
469 ICRNL = 0x100 470 ICRNL = 0x100
470 IEXTEN = 0x400 471 IEXTEN = 0x400
471 IFAN_ARRIVAL = 0x0 472 IFAN_ARRIVAL = 0x0
472 IFAN_DEPARTURE = 0x1 473 IFAN_DEPARTURE = 0x1
473 IFF_ALLMULTI = 0x200 474 IFF_ALLMULTI = 0x200
474 IFF_ALTPHYS = 0x4000 475 IFF_ALTPHYS = 0x4000
475 IFF_BROADCAST = 0x2 476 IFF_BROADCAST = 0x2
476 IFF_CANTCHANGE = 0x218f72 477 IFF_CANTCHANGE = 0x218f72
477 IFF_CANTCONFIG = 0x10000 478 IFF_CANTCONFIG = 0x10000
478 IFF_DEBUG = 0x4 479 IFF_DEBUG = 0x4
(...skipping 1207 matching lines...) Expand 10 before | Expand all | Expand 10 after
1686 25: "filesize limit exceeded", 1687 25: "filesize limit exceeded",
1687 26: "virtual timer expired", 1688 26: "virtual timer expired",
1688 27: "profiling timer expired", 1689 27: "profiling timer expired",
1689 28: "window size changes", 1690 28: "window size changes",
1690 29: "information request", 1691 29: "information request",
1691 30: "user defined signal 1", 1692 30: "user defined signal 1",
1692 31: "user defined signal 2", 1693 31: "user defined signal 2",
1693 32: "unknown signal", 1694 32: "unknown signal",
1694 33: "unknown signal", 1695 33: "unknown signal",
1695 } 1696 }
LEFTRIGHT

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