LEFT | RIGHT |
(Both sides are equal) |
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 1401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1412 23: "I/O possible", | 1412 23: "I/O possible", |
1413 24: "cputime limit exceeded", | 1413 24: "cputime limit exceeded", |
1414 25: "filesize limit exceeded", | 1414 25: "filesize limit exceeded", |
1415 26: "virtual timer expired", | 1415 26: "virtual timer expired", |
1416 27: "profiling timer expired", | 1416 27: "profiling timer expired", |
1417 28: "window size changes", | 1417 28: "window size changes", |
1418 29: "information request", | 1418 29: "information request", |
1419 30: "user defined signal 1", | 1419 30: "user defined signal 1", |
1420 31: "user defined signal 2", | 1420 31: "user defined signal 2", |
1421 } | 1421 } |
LEFT | RIGHT |