LEFT | RIGHT |
(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 Loading... |
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 Loading... |
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 } |
LEFT | RIGHT |