| ... | @@ -5703,6 +5703,9 @@ pub const SOCK = switch (native_os) { | ... | @@ -5703,6 +5703,9 @@ pub const SOCK = switch (native_os) { |
| 5703 | pub const RAW = 3; | 5703 | pub const RAW = 3; |
| 5704 | pub const SEQPACKET = 5; | 5704 | pub const SEQPACKET = 5; |
| 5705 | pub const MISC = 255; | 5705 | pub const MISC = 255; |
| | 5706 | |
| | 5707 | pub const NONBLOCK = 0x40000; |
| | 5708 | pub const CLOEXEC = 0x80000; |
| 5706 | }, | 5709 | }, |
| 5707 | .openbsd => struct { | 5710 | .openbsd => struct { |
| 5708 | pub const STREAM = 1; | 5711 | pub const STREAM = 1; |