LEFT | RIGHT |
(no file at all) | |
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 915 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
926 O_SHLOCK = 0x10 | 926 O_SHLOCK = 0x10 |
927 O_SYNC = 0x80 | 927 O_SYNC = 0x80 |
928 O_TRUNC = 0x400 | 928 O_TRUNC = 0x400 |
929 O_WRONLY = 0x1 | 929 O_WRONLY = 0x1 |
930 PARENB = 0x1000 | 930 PARENB = 0x1000 |
931 PARMRK = 0x8 | 931 PARMRK = 0x8 |
932 PARODD = 0x2000 | 932 PARODD = 0x2000 |
933 PENDIN = 0x20000000 | 933 PENDIN = 0x20000000 |
934 PF_FLUSH = 0x1 | 934 PF_FLUSH = 0x1 |
935 PMC5_PIPELINE_FLUSH = 0x15 | 935 PMC5_PIPELINE_FLUSH = 0x15 |
| 936 PRIO_PGRP = 0x1 |
| 937 PRIO_PROCESS = 0x0 |
| 938 PRIO_USER = 0x2 |
936 RLIMIT_CORE = 0x4 | 939 RLIMIT_CORE = 0x4 |
937 RLIMIT_CPU = 0x0 | 940 RLIMIT_CPU = 0x0 |
938 RLIMIT_DATA = 0x2 | 941 RLIMIT_DATA = 0x2 |
939 RLIMIT_FSIZE = 0x1 | 942 RLIMIT_FSIZE = 0x1 |
940 RLIMIT_NOFILE = 0x8 | 943 RLIMIT_NOFILE = 0x8 |
941 RLIMIT_STACK = 0x3 | 944 RLIMIT_STACK = 0x3 |
942 RLIM_INFINITY = 0x7fffffffffffffff | 945 RLIM_INFINITY = 0x7fffffffffffffff |
943 RTAX_AUTHOR = 0x6 | 946 RTAX_AUTHOR = 0x6 |
944 RTAX_BRD = 0x7 | 947 RTAX_BRD = 0x7 |
945 RTAX_DST = 0x0 | 948 RTAX_DST = 0x0 |
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1526 24: "cputime limit exceeded", | 1529 24: "cputime limit exceeded", |
1527 25: "filesize limit exceeded", | 1530 25: "filesize limit exceeded", |
1528 26: "virtual timer expired", | 1531 26: "virtual timer expired", |
1529 27: "profiling timer expired", | 1532 27: "profiling timer expired", |
1530 28: "window size changes", | 1533 28: "window size changes", |
1531 29: "information request", | 1534 29: "information request", |
1532 30: "user defined signal 1", | 1535 30: "user defined signal 1", |
1533 31: "user defined signal 2", | 1536 31: "user defined signal 2", |
1534 32: "thread AST", | 1537 32: "thread AST", |
1535 } | 1538 } |
LEFT | RIGHT |