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
..
2020-01-31 23:50:26 +01:00
2019-12-02 16:02:03 -05:00
2019-07-19 16:54:00 -04:00
2020-03-02 12:54:50 -05:00