| ... | @@ -362,7 +362,7 @@ pub const AF_QIPCRTR = PF_QIPCRTR; | ... | @@ -362,7 +362,7 @@ pub const AF_QIPCRTR = PF_QIPCRTR; |
| 362 | pub const AF_SMC = PF_SMC; | 362 | pub const AF_SMC = PF_SMC; |
| 363 | pub const AF_MAX = PF_MAX; | 363 | pub const AF_MAX = PF_MAX; |
| 364 | | 364 | |
| 365 | pub usingnamespace if (!@hasDecl(@This(), "SO_DEBUG")) | 365 | pub usingnamespace if (!is_mips) |
| 366 | struct { | 366 | struct { |
| 367 | pub const SO_DEBUG = 1; | 367 | pub const SO_DEBUG = 1; |
| 368 | pub const SO_REUSEADDR = 2; | 368 | pub const SO_REUSEADDR = 2; |