zig/lib/std/c
Terin Stock bd287dd194
std: implement sendfile on linux
This changset adds a `sendfile(2)` syscall bindings to the linux bits
component. Where available, the `sendfile64(2)` syscall will be
transparently called.

A wrapping function has also been added to the std.os to transform
errno returns to Zig errors.

Change-Id: I86769fc4382c0771e3656e7b21137bafd99a4411
2020-03-02 12:54:50 -05:00
..
ast.zig std-c add todos to unfinished parsing functioins 2020-01-29 12:12:28 +02:00
darwin.zig Unify the two DWARF interpreters 2020-01-27 09:46:20 -05:00
dragonfly.zig fixups and zig fmt 2019-11-08 01:52:23 -05:00
emscripten.zig fixups and zig fmt 2019-11-08 01:52:23 -05:00
freebsd.zig std: implement sendfile on linux 2020-03-02 12:54:50 -05:00
fuchsia.zig fixups and zig fmt 2019-11-08 01:52:23 -05:00
haiku.zig fixups and zig fmt 2019-11-08 01:52:23 -05:00
hermit.zig fix casts 2019-12-05 15:47:06 -05:00
linux.zig introduce operating system version ranges as part of the target 2020-02-28 14:51:53 -05:00
minix.zig fixups and zig fmt 2019-11-08 01:52:23 -05:00
netbsd.zig fixups and zig fmt 2019-11-08 01:52:23 -05:00
openbsd.zig fixups and zig fmt 2019-11-08 01:52:23 -05:00
parse.zig Run zig fmt 2020-02-01 11:32:53 +01:00
solaris.zig fixups and zig fmt 2019-11-08 01:52:23 -05:00
tokenizer.zig fix c tokenizer bug 2020-02-14 18:57:57 -05:00
windows.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00