zig/lib/std/c
Anthony Carrico 078aa5f7b2 Adds Linux support for POSIX file locking with fcntl
On Linux, locking fails with EAGAIN (vs. EACCES on other systems).
This commit also adds FcntlErrors for EDEADLK and ENOLCK.
2022-02-15 13:22:50 +02:00
..
darwin debug: implement segfault handler for macOS aarch64 2022-02-07 16:34:05 -05:00
darwin.zig Adds Linux support for POSIX file locking with fcntl 2022-02-15 13:22:50 +02:00
dragonfly.zig Adds Linux support for POSIX file locking with fcntl 2022-02-15 13:22:50 +02:00
emscripten.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
freebsd.zig Adds Linux support for POSIX file locking with fcntl 2022-02-15 13:22:50 +02:00
fuchsia.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
haiku.zig Adds Linux support for POSIX file locking with fcntl 2022-02-15 13:22:50 +02:00
hermit.zig std: reorganization that allows new usingnamespace semantics 2021-09-01 17:54:06 -07:00
linux.zig std: validate frame-pointer address in stack walking 2022-02-11 15:28:36 +01:00
minix.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
netbsd.zig Adds Linux support for POSIX file locking with fcntl 2022-02-15 13:22:50 +02:00
openbsd.zig Adds Linux support for POSIX file locking with fcntl 2022-02-15 13:22:50 +02:00
solaris.zig Adds Linux support for POSIX file locking with fcntl 2022-02-15 13:22:50 +02:00
tokenizer.zig std lib API deprecations for the upcoming 0.9.0 release 2021-11-30 00:13:07 -07:00
wasi.zig std.c.Wasi.Stat: use timespec 2022-02-13 20:40:44 +00:00
windows.zig stage1, stage2: rename c_void to anyopaque (#10316) 2021-12-19 00:24:45 -05:00