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

Side by Side Diff: src/pkg/syscall/zerrors_darwin_amd64.go

Issue 7430044: code review 7430044: syscall: add {Set,Get}priority for Linux, and consisten... (Closed)
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:
View unified diff | Download patch
« no previous file with comments | « src/pkg/syscall/zerrors_darwin_386.go ('k') | src/pkg/syscall/zerrors_freebsd_386.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // mkerrors.sh -m64 1 // mkerrors.sh -m64
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 -- -m64 _const.go 5 // cgo -godefs -- -m64 _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 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 O_RDWR = 0x2 740 O_RDWR = 0x2
741 O_SHLOCK = 0x10 741 O_SHLOCK = 0x10
742 O_SYMLINK = 0x200000 742 O_SYMLINK = 0x200000
743 O_SYNC = 0x80 743 O_SYNC = 0x80
744 O_TRUNC = 0x400 744 O_TRUNC = 0x400
745 O_WRONLY = 0x1 745 O_WRONLY = 0x1
746 PARENB = 0x1000 746 PARENB = 0x1000
747 PARMRK = 0x8 747 PARMRK = 0x8
748 PARODD = 0x2000 748 PARODD = 0x2000
749 PENDIN = 0x20000000 749 PENDIN = 0x20000000
750 PRIO_PGRP = 0x1
751 PRIO_PROCESS = 0x0
752 PRIO_USER = 0x2
750 PROT_EXEC = 0x4 753 PROT_EXEC = 0x4
751 PROT_NONE = 0x0 754 PROT_NONE = 0x0
752 PROT_READ = 0x1 755 PROT_READ = 0x1
753 PROT_WRITE = 0x2 756 PROT_WRITE = 0x2
754 PT_ATTACH = 0xa 757 PT_ATTACH = 0xa
755 PT_ATTACHEXC = 0xe 758 PT_ATTACHEXC = 0xe
756 PT_CONTINUE = 0x7 759 PT_CONTINUE = 0x7
757 PT_DENY_ATTACH = 0x1f 760 PT_DENY_ATTACH = 0x1f
758 PT_DETACH = 0xb 761 PT_DETACH = 0xb
759 PT_FIRSTMACH = 0x20 762 PT_FIRSTMACH = 0x20
(...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after
1409 23: "I/O possible", 1412 23: "I/O possible",
1410 24: "cputime limit exceeded", 1413 24: "cputime limit exceeded",
1411 25: "filesize limit exceeded", 1414 25: "filesize limit exceeded",
1412 26: "virtual timer expired", 1415 26: "virtual timer expired",
1413 27: "profiling timer expired", 1416 27: "profiling timer expired",
1414 28: "window size changes", 1417 28: "window size changes",
1415 29: "information request", 1418 29: "information request",
1416 30: "user defined signal 1", 1419 30: "user defined signal 1",
1417 31: "user defined signal 2", 1420 31: "user defined signal 2",
1418 } 1421 }
OLDNEW
« no previous file with comments | « src/pkg/syscall/zerrors_darwin_386.go ('k') | src/pkg/syscall/zerrors_freebsd_386.go » ('j') | no next file with comments »

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