zig/lib/std/c
LemonBoy a909db6aea std: Prefer 64bit libc functions where possible
While musl decided to hard-wire off_t to a 64bit quantity, glibc is much
older and defaults to 32bit offsets and offers some -64 suffixed
versions of I/O functions.

There's a weird mix-up of types: sometimes off_t is used, sometimes not,
sometimes it's defined as a signed quantity and sometimes as an unsigned
one, but we'll sort this problem later.
2021-05-11 12:33:47 +02:00
..
builtins.zig translate-c: fix __builtin_object_size 2021-03-17 09:06:47 +02:00
darwin.zig organize std lib concurrency primitives and add RwLock 2021-01-14 20:41:37 -07:00
dragonfly.zig std: define pipe2 only for os that support it 2021-01-18 17:24:26 +01:00
emscripten.zig organize std lib concurrency primitives and add RwLock 2021-01-14 20:41:37 -07:00
freebsd.zig std: define pipe2 only for os that support it 2021-01-18 17:24:26 +01:00
fuchsia.zig organize std lib concurrency primitives and add RwLock 2021-01-14 20:41:37 -07:00
haiku.zig update haiku system constants 2021-04-23 23:40:42 -05:00
hermit.zig organize std lib concurrency primitives and add RwLock 2021-01-14 20:41:37 -07:00
linux.zig std: Prefer 64bit libc functions where possible 2021-05-11 12:33:47 +02:00
minix.zig Year++ 2020-12-31 15:45:24 -08:00
netbsd.zig netbsd: minor fixes to allow stage1 to build 2021-04-07 16:26:21 -07:00
openbsd.zig std: define pipe2 only for os that support it 2021-01-18 17:24:26 +01:00
solaris.zig Year++ 2020-12-31 15:45:24 -08:00
tokenizer.zig std: update usage of std.testing 2021-05-08 15:15:30 +03:00
windows.zig Year++ 2020-12-31 15:45:24 -08:00