| author | |
| committer | |
| log | 6e5330ee38cb10d4dec85ec36c7a1a0925ead8c9 |
| tree | 66ce791a2c9865d0181f10ab965f4b1bb2bad284 |
| parent | 30ace64fc4881e1799dfdbf2b034dc3b5a29f1d1 |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/os/bits/linux/errno-sparc.zig+1| ... | ... | @@ -52,6 +52,7 @@ pub const ENOPROTOOPT = 42; |
| 52 | 52 | pub const EPROTONOSUPPORT = 43; |
| 53 | 53 | pub const ESOCKTNOSUPPORT = 44; |
| 54 | 54 | pub const EOPNOTSUPP = 45; |
| 55 | pub const ENOTSUP = EOPNOTSUPP; | |
| 55 | 56 | pub const EPFNOSUPPORT = 46; |
| 56 | 57 | pub const EAFNOSUPPORT = 47; |
| 57 | 58 | pub const EADDRINUSE = 48; |