| ... | @@ -5825,6 +5825,22 @@ pub const MSG = switch (native_os) { | ... | @@ -5825,6 +5825,22 @@ pub const MSG = switch (native_os) { |
| 5825 | pub const WAITFORONE = 0x1000; | 5825 | pub const WAITFORONE = 0x1000; |
| 5826 | pub const CMSG_CLOFORK = 0x2000; | 5826 | pub const CMSG_CLOFORK = 0x2000; |
| 5827 | }, | 5827 | }, |
| | 5828 | .dragonfly => struct { |
| | 5829 | pub const OOB = 0x0001; |
| | 5830 | pub const PEEK = 0x0002; |
| | 5831 | pub const DONTROUTE = 0x0004; |
| | 5832 | pub const EOR = 0x0008; |
| | 5833 | pub const TRUNC = 0x0010; |
| | 5834 | pub const CTRUNC = 0x0020; |
| | 5835 | pub const WAITALL = 0x0040; |
| | 5836 | pub const DONTWAIT = 0x0080; |
| | 5837 | pub const NOSIGNAL = 0x0400; |
| | 5838 | pub const SYNC = 0x0800; |
| | 5839 | pub const CMSG_CLOEXEC = 0x1000; |
| | 5840 | pub const CMSG_CLOFORK = 0x2000; |
| | 5841 | pub const FBLOCKING = 0x10000; |
| | 5842 | pub const FNONBLOCKING = 0x20000; |
| | 5843 | }, |
| 5828 | else => void, | 5844 | else => void, |
| 5829 | }; | 5845 | }; |
| 5830 | pub const SOCK = switch (native_os) { | 5846 | pub const SOCK = switch (native_os) { |