zig/lib/std/os/bits
Andrew Kelley 569f7ce49e Merge branch 'improve-windows-networking'
of https://github.com/BarabasGitHub/zig into
BarabasGitHub-improve-windows-networking

Conflicts:
 lib/std/os.zig

This commit resolves conflicts with the changes to std.os which removed
the EAGAIN error handling interactions with the event loop. The solution
to the conflict was to apply EAGAIN => return error.WouldBlock into the
improved windows networking branch.
2020-10-22 16:59:15 -07:00
..
linux std: add securebits definitions for linux 2020-09-11 22:32:23 +02:00
darwin.zig Pull in Darwin definitions for rusage 2020-10-08 15:19:52 -05:00
dragonfly.zig std: fix linux uid_t, use uid_t/gid_t in std.os 2020-09-03 15:08:37 +02:00
freebsd.zig std: fix linux uid_t, use uid_t/gid_t in std.os 2020-09-03 15:08:37 +02:00
linux.zig std: Minor changes to startup code 2020-10-19 15:15:43 +02:00
netbsd.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
openbsd.zig code cleanups 2020-10-17 17:52:09 -07:00
wasi.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
windows.zig implement poll for windows with WSAPoll (only available on vista and higher) 2020-09-10 20:20:27 +02:00