zig/lib/std/c
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
..
darwin macos: add more mach primitives 2022-03-13 09:42:24 +01:00
darwin.zig std.c: Fix incorrect dirent structure (#11602) 2022-05-26 20:15:51 -04:00
dragonfly.zig std.Thread.Futex improvements (#11464) 2022-04-19 19:42:15 -05:00
emscripten.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
freebsd.zig std.os: Add memfd_create for FreeBSD 2022-05-16 17:43:44 -04:00
fuchsia.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
haiku.zig add constant for haiku 2022-02-26 10:53:13 +02:00
hermit.zig std: reorganization that allows new usingnamespace semantics 2021-09-01 17:54:06 -07:00
linux.zig Merge pull request #11598 from aiotter/master 2022-05-26 20:11:54 -04:00
minix.zig target: Rename sparcv9 -> sparc64 2022-05-13 16:43:59 -04:00
netbsd.zig add const to msghdr_const iov and control pointers 2022-06-07 15:23:44 -04:00
openbsd.zig add const to msghdr_const iov and control pointers 2022-06-07 15:23:44 -04:00
solaris.zig add const to msghdr_const iov and control pointers 2022-06-07 15:23:44 -04:00
tokenizer.zig stage2: fix bugs preventing stage2 from building stage3 with LLVM 2022-04-15 23:32:26 +03:00
wasi.zig stdlib: Add emulated CWD to std.os for WASI targets 2022-03-03 14:31:49 -07:00
windows.zig stage1, stage2: rename c_void to anyopaque (#10316) 2021-12-19 00:24:45 -05:00