Jonathan Marler 523fae420b add const to msghdr_const iov and control pointers
alongside the typical msghdr struct, Zig has added a msghdr_const
type that can be used with sendmsg which allows const data to
be provided.  I believe that data pointed to by the iov and control
fields in msghdr are also left unmodified, in which case they can
be marked const as well.
2022-06-07 15:23:44 -04:00
..
2021-11-09 07:08:27 -05:00
2022-04-19 19:51:19 -04:00
2021-11-09 07:08:27 -05:00