zig/lib/std/c
cryptocode cb182432b0 [std.c] Add eventfd and dup3 functions to FreeBSD
The eventfd system call and dup3 library call have been available
since FreeBSD 13 and 10 respectively, and are thus available in
all [FreeBSD releases not deemed EOL](<https://endoflife.date/freebsd>)

The lack of these were discovered when porting a terminal emulator
to FreeBSD. It would be nice to have them included in Zig's stdlib.
2024-07-03 05:27:21 -04:00
..
darwin darwin: update mcontext_t definition for aarch64 to add neon state 2023-07-20 22:58:14 -04:00
darwin.zig std: fix pthread_{get,set}name_np return type ABI 2024-06-17 23:26:53 +02:00
dragonfly.zig std: fix pthread_{get,set}name_np return type ABI 2024-06-17 23:26:53 +02:00
emscripten.zig std: make all dirent structs extern 2024-06-17 23:26:53 +02:00
freebsd.zig [std.c] Add eventfd and dup3 functions to FreeBSD 2024-07-03 05:27:21 -04:00
haiku.zig haiku: fix directory iteration 2024-04-08 13:20:14 -04:00
linux.zig std.posix: remove unchecked std.os.linux usage 2024-06-18 22:35:28 +02:00
netbsd.zig std: fix pthread_{get,set}name_np return type ABI 2024-06-17 23:26:53 +02:00
openbsd.zig cbe: rewrite CType 2024-03-30 20:50:48 -04:00
solaris.zig std: fix pthread_{get,set}name_np return type ABI 2024-06-17 23:26:53 +02:00
wasi.zig std.fs.Dir.openFile: use wasi libc API when -lc 2024-04-18 17:49:05 -07:00
windows.zig some API work on std.c, std.os, std.os.wasi 2024-02-11 13:38:55 -07:00