| ... | @@ -8181,13 +8181,11 @@ pub const rusage = extern struct { | ... | @@ -8181,13 +8181,11 @@ pub const rusage = extern struct { |
| 8181 | | 8181 | |
| 8182 | pub const NCC = if (is_ppc) 10 else 8; | 8182 | pub const NCC = if (is_ppc) 10 else 8; |
| 8183 | pub const NCCS = if (is_mips) | 8183 | pub const NCCS = if (is_mips) |
| 8184 | 32 | 8184 | 23 |
| 8185 | else if (is_ppc or native_arch == .alpha) | | |
| 8186 | 19 | | |
| 8187 | else if (is_sparc) | 8185 | else if (is_sparc) |
| 8188 | 17 | 8186 | 17 |
| 8189 | else | 8187 | else |
| 8190 | 32; | 8188 | 19; |
| 8191 | | 8189 | |
| 8192 | pub const speed_t = if (is_ppc) enum(c_uint) { | 8190 | pub const speed_t = if (is_ppc) enum(c_uint) { |
| 8193 | B0 = 0x0000000, | 8191 | B0 = 0x0000000, |