OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |