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

Delta Between Two Patch Sets: src/pkg/syscall/zerrors_openbsd_386.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_netbsd_arm.go ('k') | src/pkg/syscall/zerrors_openbsd_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
(no file at all)
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 909 matching lines...) Expand 10 before | Expand all | Expand 10 after
920 O_SHLOCK = 0x10 920 O_SHLOCK = 0x10
921 O_SYNC = 0x80 921 O_SYNC = 0x80
922 O_TRUNC = 0x400 922 O_TRUNC = 0x400
923 O_WRONLY = 0x1 923 O_WRONLY = 0x1
924 PARENB = 0x1000 924 PARENB = 0x1000
925 PARMRK = 0x8 925 PARMRK = 0x8
926 PARODD = 0x2000 926 PARODD = 0x2000
927 PENDIN = 0x20000000 927 PENDIN = 0x20000000
928 PF_FLUSH = 0x1 928 PF_FLUSH = 0x1
929 PT_MASK = 0x3ff000 929 PT_MASK = 0x3ff000
930 PRIO_PGRP = 0x1
931 PRIO_PROCESS = 0x0
932 PRIO_USER = 0x2
930 RLIMIT_CORE = 0x4 933 RLIMIT_CORE = 0x4
931 RLIMIT_CPU = 0x0 934 RLIMIT_CPU = 0x0
932 RLIMIT_DATA = 0x2 935 RLIMIT_DATA = 0x2
933 RLIMIT_FSIZE = 0x1 936 RLIMIT_FSIZE = 0x1
934 RLIMIT_NOFILE = 0x8 937 RLIMIT_NOFILE = 0x8
935 RLIMIT_STACK = 0x3 938 RLIMIT_STACK = 0x3
936 RLIM_INFINITY = 0x7fffffffffffffff 939 RLIM_INFINITY = 0x7fffffffffffffff
937 RTAX_AUTHOR = 0x6 940 RTAX_AUTHOR = 0x6
938 RTAX_BRD = 0x7 941 RTAX_BRD = 0x7
939 RTAX_DST = 0x0 942 RTAX_DST = 0x0
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
1520 24: "cputime limit exceeded", 1523 24: "cputime limit exceeded",
1521 25: "filesize limit exceeded", 1524 25: "filesize limit exceeded",
1522 26: "virtual timer expired", 1525 26: "virtual timer expired",
1523 27: "profiling timer expired", 1526 27: "profiling timer expired",
1524 28: "window size changes", 1527 28: "window size changes",
1525 29: "information request", 1528 29: "information request",
1526 30: "user defined signal 1", 1529 30: "user defined signal 1",
1527 31: "user defined signal 2", 1530 31: "user defined signal 2",
1528 32: "thread AST", 1531 32: "thread AST",
1529 } 1532 }
LEFTRIGHT

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