zig/lib/std/os/bits
Andrew Kelley fee9318b17
std.os.getrusage: add C extern fn and reserved field
* add reserved field to match musl struct definition so that
   it will work with musl libc.
 * add libc getrusage so that it will work with libc

what's not done in this branch is:
 * test coverage. See #1629, which should also aim to provide
   general test coverage for the std lib.
 * rusage struct bits for non-linux operating systems
2020-01-05 16:57:14 -05:00
..
linux linux-i386 support 2019-11-30 16:13:33 +01:00
darwin.zig fixed windows dynamic library loading and added loading for darwin 2019-12-10 11:41:54 -05:00
dragonfly.zig add std.fs.Dir.openRead 2019-11-21 17:07:29 -05:00
freebsd.zig freebsd: add missing OS and libc bits 2019-12-22 02:27:23 -05:00
linux.zig std.os.getrusage: add C extern fn and reserved field 2020-01-05 16:57:14 -05:00
netbsd.zig std: remove O_LARGEFILE from OS bits when the OS does not define it 2019-11-21 20:34:55 -05:00
wasi.zig WASI isatty 2019-11-19 20:17:00 -06:00
windows.zig std: windows sockaddr constants come from ws2_32 2019-11-27 13:01:32 +11:00