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

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

Issue 7430044: code review 7430044: syscall: add {Set,Get}priority for Linux, and consisten... (Closed)
Left Patch Set: 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:
Right: Side by side diff | Download
« no previous file with change/comment | « src/pkg/syscall/zerrors_linux_amd64.go ('k') | src/pkg/syscall/zerrors_netbsd_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
(no file at all)
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_ALG = 0x26 10 AF_ALG = 0x26
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 PACKET_LOOPBACK = 0x5 647 PACKET_LOOPBACK = 0x5
648 PACKET_MR_ALLMULTI = 0x2 648 PACKET_MR_ALLMULTI = 0x2
649 PACKET_MR_MULTICAST = 0x0 649 PACKET_MR_MULTICAST = 0x0
650 PACKET_MR_PROMISC = 0x1 650 PACKET_MR_PROMISC = 0x1
651 PACKET_MULTICAST = 0x2 651 PACKET_MULTICAST = 0x2
652 PACKET_OTHERHOST = 0x3 652 PACKET_OTHERHOST = 0x3
653 PACKET_OUTGOING = 0x4 653 PACKET_OUTGOING = 0x4
654 PACKET_RECV_OUTPUT = 0x3 654 PACKET_RECV_OUTPUT = 0x3
655 PACKET_RX_RING = 0x5 655 PACKET_RX_RING = 0x5
656 PACKET_STATISTICS = 0x6 656 PACKET_STATISTICS = 0x6
657 PRIO_PGRP = 0x1
658 PRIO_PROCESS = 0x0
659 PRIO_USER = 0x2
657 PROT_EXEC = 0x4 660 PROT_EXEC = 0x4
658 PROT_GROWSDOWN = 0x1000000 661 PROT_GROWSDOWN = 0x1000000
659 PROT_GROWSUP = 0x2000000 662 PROT_GROWSUP = 0x2000000
660 PROT_NONE = 0x0 663 PROT_NONE = 0x0
661 PROT_READ = 0x1 664 PROT_READ = 0x1
662 PROT_WRITE = 0x2 665 PROT_WRITE = 0x2
663 PR_CAPBSET_DROP = 0x18 666 PR_CAPBSET_DROP = 0x18
664 PR_CAPBSET_READ = 0x17 667 PR_CAPBSET_READ = 0x17
665 PR_CLEAR_SECCOMP_FILTER = 0x25 668 PR_CLEAR_SECCOMP_FILTER = 0x25
666 PR_ENDIAN_BIG = 0x0 669 PR_ENDIAN_BIG = 0x0
(...skipping 854 matching lines...) Expand 10 before | Expand all | Expand 10 after
1521 23: "urgent I/O condition", 1524 23: "urgent I/O condition",
1522 24: "CPU time limit exceeded", 1525 24: "CPU time limit exceeded",
1523 25: "file size limit exceeded", 1526 25: "file size limit exceeded",
1524 26: "virtual timer expired", 1527 26: "virtual timer expired",
1525 27: "profiling timer expired", 1528 27: "profiling timer expired",
1526 28: "window changed", 1529 28: "window changed",
1527 29: "I/O possible", 1530 29: "I/O possible",
1528 30: "power failure", 1531 30: "power failure",
1529 31: "bad system call", 1532 31: "bad system call",
1530 } 1533 }
LEFTRIGHT

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